public class RenderSearchItemBlock
extends java.lang.Object
| Constructor and Description |
|---|
RenderSearchItemBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSearchedItemCount() |
static int |
getSearchedItemCount(net.minecraft.item.ItemStack stack,
net.minecraft.item.Item item) |
static void |
renderSearch(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
com.mojang.blaze3d.vertex.IVertexBuilder builder,
double x,
double y,
double z,
int itemCount,
int totalCount,
float partialTicks) |
void |
renderSearchBlock(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
com.mojang.blaze3d.vertex.IVertexBuilder builder,
int totalCount,
float partialTicks) |
public RenderSearchItemBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
public int getSearchedItemCount()
public static int getSearchedItemCount(net.minecraft.item.ItemStack stack,
net.minecraft.item.Item item)
public void renderSearchBlock(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
com.mojang.blaze3d.vertex.IVertexBuilder builder,
int totalCount,
float partialTicks)
public static void renderSearch(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
com.mojang.blaze3d.vertex.IVertexBuilder builder,
double x,
double y,
double z,
int itemCount,
int totalCount,
float partialTicks)