Class ChestSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.ChestSpecialRenderer
- All Implemented Interfaces:
NoDataSpecialModelRenderer
,SpecialModelRenderer<Void>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceLocation
static final ResourceLocation
private final Material
private final ChestModel
static final ResourceLocation
private final float
static final ResourceLocation
-
Constructor Summary
ConstructorsConstructorDescriptionChestSpecialRenderer
(ChestModel p_386863_, Material p_388350_, float p_386750_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(ItemDisplayContext p_388647_, PoseStack p_387780_, MultiBufferSource p_386788_, int p_387736_, int p_387546_, boolean p_387869_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.special.NoDataSpecialModelRenderer
extractArgument, render
-
Field Details
-
GIFT_CHEST_TEXTURE
-
NORMAL_CHEST_TEXTURE
-
TRAPPED_CHEST_TEXTURE
-
ENDER_CHEST_TEXTURE
-
model
-
material
-
openness
private final float openness
-
-
Constructor Details
-
ChestSpecialRenderer
-
-
Method Details
-
render
public void render(ItemDisplayContext p_388647_, PoseStack p_387780_, MultiBufferSource p_386788_, int p_387736_, int p_387546_, boolean p_387869_) - Specified by:
render
in interfaceNoDataSpecialModelRenderer
-