Class RenderSearchItemBlock

java.lang.Object
me.desht.pneumaticcraft.client.render.pneumatic_armor.RenderSearchItemBlock

public class RenderSearchItemBlock extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RenderSearchItemBlock(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    static int
    getSearchedItemCount(net.minecraft.world.item.ItemStack stack, net.minecraft.world.item.Item item)
     
    static void
    renderSearch(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, double x, double y, double z, int itemCount, int totalCount, float partialTicks)
     
    void
    renderSearchBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, int totalCount, float partialTicks)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RenderSearchItemBlock

      public RenderSearchItemBlock(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
  • Method Details

    • getSearchedItemCount

      public int getSearchedItemCount()
    • getSearchedItemCount

      public static int getSearchedItemCount(net.minecraft.world.item.ItemStack stack, net.minecraft.world.item.Item item)
    • renderSearchBlock

      public void renderSearchBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, int totalCount, float partialTicks)
    • renderSearch

      public static void renderSearch(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, double x, double y, double z, int itemCount, int totalCount, float partialTicks)