类 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 p_112650_, float p_112651_, PoseStack p_112652_, MultiBufferSource p_112653_, int p_112654_, int p_112655_) private void
renderCube
(T p_173691_, org.joml.Matrix4f p_254024_, VertexConsumer p_173693_) private void
renderFace
(T p_253949_, org.joml.Matrix4f p_254247_, VertexConsumer p_254390_, float p_254147_, float p_253639_, float p_254107_, float p_254109_, float p_254021_, float p_254458_, float p_254086_, float p_254310_, Direction p_253619_) 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 p_112650_, float p_112651_, PoseStack p_112652_, MultiBufferSource p_112653_, int p_112654_, int p_112655_) - 指定者:
render
在接口中BlockEntityRenderer<T extends TheEndPortalBlockEntity>
-
renderCube
-
renderFace
private void renderFace(T p_253949_, org.joml.Matrix4f p_254247_, VertexConsumer p_254390_, float p_254147_, float p_253639_, float p_254107_, float p_254109_, float p_254021_, float p_254458_, float p_254086_, float p_254310_, Direction p_253619_) -
getOffsetUp
protected float getOffsetUp() -
getOffsetDown
protected float getOffsetDown() -
renderType
-