Class BellRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.BellRenderer
- All Implemented Interfaces:
BlockEntityRenderer<BellBlockEntity>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
render
(BellBlockEntity p_112233_, float p_112234_, PoseStack p_112235_, MultiBufferSource p_112236_, int p_112237_, int p_112238_) 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.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
Field Details
-
BELL_RESOURCE_LOCATION
-
BELL_BODY
- See Also:
-
bellBody
-
-
Constructor Details
-
BellRenderer
-
-
Method Details
-
createBodyLayer
-
render
public void render(BellBlockEntity p_112233_, float p_112234_, PoseStack p_112235_, MultiBufferSource p_112236_, int p_112237_, int p_112238_) - Specified by:
render
in interfaceBlockEntityRenderer<BellBlockEntity>
-