类 BellRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.BellRenderer
- 所有已实现的接口:
BlockEntityRenderer<BellBlockEntity>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static LayerDefinition
void
render
(BellBlockEntity pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
字段详细资料
-
BELL_RESOURCE_LOCATION
-
BELL_BODY
- 另请参阅:
-
bellBody
-
-
构造器详细资料
-
BellRenderer
-
-
方法详细资料
-
createBodyLayer
-
render
public void render(BellBlockEntity pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay) - 指定者:
render
在接口中BlockEntityRenderer<BellBlockEntity>
-