Class RenderSearchItemBlock
java.lang.Object
me.desht.pneumaticcraft.client.render.pneumatic_armor.RenderSearchItemBlock
-
Constructor Summary
ConstructorsConstructorDescriptionRenderSearchItemBlock(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos) -
Method Summary
Modifier and TypeMethodDescriptionintstatic intgetSearchedItemCount(net.minecraft.world.item.ItemStack stack, net.minecraft.world.item.Item item) static voidrenderSearch(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, double x, double y, double z, int itemCount, int totalCount, float partialTicks) voidrenderSearchBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack, com.mojang.blaze3d.vertex.VertexConsumer builder, int totalCount, float partialTicks)
-
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)
-