Uses of Interface
net.minecraft.client.render.block.entity.BlockEntityRenderer
Packages that use BlockEntityRenderer
-
Uses of BlockEntityRenderer in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity that implement BlockEntityRendererModifier and TypeClassDescriptionclass
class
class
class
class
class
ChestBlockEntityRenderer<T extends BlockEntity & ChestAnimationProgress>
class
class
class
class
EndPortalBlockEntityRenderer<T extends EndPortalBlockEntity>
class
class
class
class
class
class
class
Fields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityRendererModifier and TypeFieldDescriptionprivate Map<BlockEntityType<?>,
BlockEntityRenderer<?>> BlockEntityRenderDispatcher.renderers
Methods in net.minecraft.client.render.block.entity that return BlockEntityRendererModifier and TypeMethodDescriptionBlockEntityRendererFactory.create
(BlockEntityRendererFactory.Context ctx) <E extends BlockEntity>
@Nullable BlockEntityRenderer<E>BlockEntityRenderDispatcher.get
(E blockEntity) Methods in net.minecraft.client.render.block.entity that return types with arguments of type BlockEntityRendererModifier and TypeMethodDescriptionstatic Map<BlockEntityType<?>,
BlockEntityRenderer<?>> BlockEntityRendererFactories.reload
(BlockEntityRendererFactory.Context args) Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityRendererModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
voidBlockEntityRenderDispatcher.render
(BlockEntityRenderer<T> renderer, T blockEntity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers)