Class BlockRenderManager
java.lang.Object
net.minecraft.client.render.block.BlockRenderManager
- All Implemented Interfaces:
ResourceReloader
,SynchronousResourceReloader
@Environment(CLIENT)
public class BlockRenderManager
extends Object
implements SynchronousResourceReloader
- Mappings:
Namespace Name official fix
intermediary net/minecraft/class_776
named net/minecraft/client/render/block/BlockRenderManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BlockColors
private final BlockModelRenderer
private final BuiltinModelItemRenderer
private final FluidRenderer
private final BlockModels
private final Random
-
Constructor Summary
ConstructorDescriptionBlockRenderManager
(BlockModels models, BuiltinModelItemRenderer builtinModelItemRenderer, BlockColors blockColors) -
Method Summary
Modifier and TypeMethodDescriptiongetModel
(BlockState state) void
reload
(ResourceManager manager) Performs the reload in the apply executor, or the game engine.void
renderBlock
(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, Random random) void
renderBlockAsEntity
(BlockState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay) void
renderDamage
(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer) void
renderFluid
(BlockPos pos, BlockRenderView world, VertexConsumer vertexConsumer, BlockState blockState, FluidState fluidState) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
Methods inherited from interface net.minecraft.resource.SynchronousResourceReloader
reload
-
Field Details
-
models
- Mappings:
Namespace Name Mixin selector official a
Lfix;a:Lfiw;
intermediary field_4168
Lnet/minecraft/class_776;field_4168:Lnet/minecraft/class_773;
named models
Lnet/minecraft/client/render/block/BlockRenderManager;models:Lnet/minecraft/client/render/block/BlockModels;
-
blockModelRenderer
- Mappings:
Namespace Name Mixin selector official b
Lfix;b:Lfiz;
intermediary field_4170
Lnet/minecraft/class_776;field_4170:Lnet/minecraft/class_778;
named blockModelRenderer
Lnet/minecraft/client/render/block/BlockRenderManager;blockModelRenderer:Lnet/minecraft/client/render/block/BlockModelRenderer;
-
builtinModelItemRenderer
- Mappings:
Namespace Name Mixin selector official c
Lfix;c:Lfhs;
intermediary field_27742
Lnet/minecraft/class_776;field_27742:Lnet/minecraft/class_756;
named builtinModelItemRenderer
Lnet/minecraft/client/render/block/BlockRenderManager;builtinModelItemRenderer:Lnet/minecraft/client/render/item/BuiltinModelItemRenderer;
-
fluidRenderer
- Mappings:
Namespace Name Mixin selector official d
Lfix;d:Lfiy;
intermediary field_4167
Lnet/minecraft/class_776;field_4167:Lnet/minecraft/class_775;
named fluidRenderer
Lnet/minecraft/client/render/block/BlockRenderManager;fluidRenderer:Lnet/minecraft/client/render/block/FluidRenderer;
-
random
- Mappings:
Namespace Name Mixin selector official e
Lfix;e:Lapo;
intermediary field_4169
Lnet/minecraft/class_776;field_4169:Lnet/minecraft/class_5819;
named random
Lnet/minecraft/client/render/block/BlockRenderManager;random:Lnet/minecraft/util/math/random/Random;
-
blockColors
- Mappings:
Namespace Name Mixin selector official f
Lfix;f:Leni;
intermediary field_20987
Lnet/minecraft/class_776;field_20987:Lnet/minecraft/class_324;
named blockColors
Lnet/minecraft/client/render/block/BlockRenderManager;blockColors:Lnet/minecraft/client/color/block/BlockColors;
-
-
Constructor Details
-
BlockRenderManager
public BlockRenderManager(BlockModels models, BuiltinModelItemRenderer builtinModelItemRenderer, BlockColors blockColors) - Mappings:
Namespace Name Mixin selector official <init>
Lfix;<init>(Lfiw;Lfhs;Leni;)V
intermediary <init>
Lnet/minecraft/class_776;<init>(Lnet/minecraft/class_773;Lnet/minecraft/class_756;Lnet/minecraft/class_324;)V
named <init>
Lnet/minecraft/client/render/block/BlockRenderManager;<init>(Lnet/minecraft/client/render/block/BlockModels;Lnet/minecraft/client/render/item/BuiltinModelItemRenderer;Lnet/minecraft/client/color/block/BlockColors;)V
-
-
Method Details
-
getModels
- Mappings:
Namespace Name Mixin selector official a
Lfix;a()Lfiw;
intermediary method_3351
Lnet/minecraft/class_776;method_3351()Lnet/minecraft/class_773;
named getModels
Lnet/minecraft/client/render/block/BlockRenderManager;getModels()Lnet/minecraft/client/render/block/BlockModels;
-
renderDamage
public void renderDamage(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer) - Mappings:
Namespace Name Mixin selector official a
Lfix;a(Ldbq;Lgt;Lcll;Lehe;Lehi;)V
intermediary method_23071
Lnet/minecraft/class_776;method_23071(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;)V
named renderDamage
Lnet/minecraft/client/render/block/BlockRenderManager;renderDamage(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;)V
-
renderBlock
public void renderBlock(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, Random random) - Mappings:
Namespace Name Mixin selector official a
Lfix;a(Ldbq;Lgt;Lcll;Lehe;Lehi;ZLapo;)V
intermediary method_3355
Lnet/minecraft/class_776;method_3355(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;ZLnet/minecraft/class_5819;)V
named renderBlock
Lnet/minecraft/client/render/block/BlockRenderManager;renderBlock(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZLnet/minecraft/util/math/random/Random;)V
-
renderFluid
public void renderFluid(BlockPos pos, BlockRenderView world, VertexConsumer vertexConsumer, BlockState blockState, FluidState fluidState) - Mappings:
Namespace Name Mixin selector official a
Lfix;a(Lgt;Lcll;Lehi;Ldbq;Ldwj;)V
intermediary method_3352
Lnet/minecraft/class_776;method_3352(Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_4588;Lnet/minecraft/class_2680;Lnet/minecraft/class_3610;)V
named renderFluid
Lnet/minecraft/client/render/block/BlockRenderManager;renderFluid(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;)V
-
getModelRenderer
- Mappings:
Namespace Name Mixin selector official b
Lfix;b()Lfiz;
intermediary method_3350
Lnet/minecraft/class_776;method_3350()Lnet/minecraft/class_778;
named getModelRenderer
Lnet/minecraft/client/render/block/BlockRenderManager;getModelRenderer()Lnet/minecraft/client/render/block/BlockModelRenderer;
-
getModel
- Mappings:
Namespace Name Mixin selector official a
Lfix;a(Ldbq;)Lfuy;
intermediary method_3349
Lnet/minecraft/class_776;method_3349(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1087;
named getModel
Lnet/minecraft/client/render/block/BlockRenderManager;getModel(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/model/BakedModel;
-
renderBlockAsEntity
public void renderBlockAsEntity(BlockState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay) - Mappings:
Namespace Name Mixin selector official a
Lfix;a(Ldbq;Lehe;Lfig;II)V
intermediary method_3353
Lnet/minecraft/class_776;method_3353(Lnet/minecraft/class_2680;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
named renderBlockAsEntity
Lnet/minecraft/client/render/block/BlockRenderManager;renderBlockAsEntity(Lnet/minecraft/block/BlockState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V
-
reload
Performs the reload in the apply executor, or the game engine.- Specified by:
reload
in interfaceSynchronousResourceReloader
- Parameters:
manager
- the resource manager- Mappings:
Namespace Name Mixin selector official a
Lali;a(Lalh;)V
intermediary method_14491
Lnet/minecraft/class_4013;method_14491(Lnet/minecraft/class_3300;)V
named reload
Lnet/minecraft/resource/SynchronousResourceReloader;reload(Lnet/minecraft/resource/ResourceManager;)V
-