类 StructureBlockRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.StructureBlockRenderer
- 所有已实现的接口:
BlockEntityRenderer<StructureBlockEntity>
public class StructureBlockRenderer
extends Object
implements BlockEntityRenderer<StructureBlockEntity>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
void
render
(StructureBlockEntity p_112583_, float p_112584_, PoseStack p_112585_, MultiBufferSource p_112586_, int p_112587_, int p_112588_) private void
renderInvisibleBlocks
(StructureBlockEntity p_173677_, MultiBufferSource p_342236_, PoseStack p_173680_) private void
renderStructureVoids
(StructureBlockEntity p_343397_, VertexConsumer p_344738_, PoseStack p_342214_) boolean
shouldRenderOffScreen
(StructureBlockEntity p_112581_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.blockentity.BlockEntityRenderer
shouldRender
-
构造器详细资料
-
StructureBlockRenderer
-
-
方法详细资料
-
render
public void render(StructureBlockEntity p_112583_, float p_112584_, PoseStack p_112585_, MultiBufferSource p_112586_, int p_112587_, int p_112588_) - 指定者:
render
在接口中BlockEntityRenderer<StructureBlockEntity>
-
renderInvisibleBlocks
private void renderInvisibleBlocks(StructureBlockEntity p_173677_, MultiBufferSource p_342236_, PoseStack p_173680_) -
renderStructureVoids
private void renderStructureVoids(StructureBlockEntity p_343397_, VertexConsumer p_344738_, PoseStack p_342214_) -
shouldRenderOffScreen
-
getViewDistance
public int getViewDistance()
-