类 TheEndPortalRenderer<T extends TheEndPortalBlockEntity>
java.lang.Object
net.minecraft.client.renderer.blockentity.TheEndPortalRenderer<T>
- 所有已实现的接口:
BlockEntityRenderer<T>
- 直接已知子类:
TheEndGatewayRenderer
public class TheEndPortalRenderer<T extends TheEndPortalBlockEntity>
extends Object
implements BlockEntityRenderer<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected float
protected float
void
render
(T pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay) private void
renderCube
(T pBlockEntity, org.joml.Matrix4f pPose, VertexConsumer pConsumer) private void
renderFace
(T pBlockEntity, org.joml.Matrix4f pPose, VertexConsumer pConsumer, float pX0, float pX1, float pY0, float pY1, float pZ0, float pZ1, float pZ2, float pZ3, Direction pDirection) protected RenderType
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
字段详细资料
-
END_SKY_LOCATION
-
END_PORTAL_LOCATION
-
-
构造器详细资料
-
TheEndPortalRenderer
-
-
方法详细资料
-
render
public void render(T pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, int pPackedOverlay) - 指定者:
render
在接口中BlockEntityRenderer<T extends TheEndPortalBlockEntity>
-
renderCube
-
renderFace
private void renderFace(T pBlockEntity, org.joml.Matrix4f pPose, VertexConsumer pConsumer, float pX0, float pX1, float pY0, float pY1, float pZ0, float pZ1, float pZ2, float pZ3, Direction pDirection) -
getOffsetUp
protected float getOffsetUp() -
getOffsetDown
protected float getOffsetDown() -
renderType
-