Package net.minecraft.client.render
Class RenderLayers
java.lang.Object
net.minecraft.client.render.RenderLayers
- Mappings:
Namespace Name official fib
intermediary net/minecraft/class_4696
named net/minecraft/client/render/RenderLayers
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<Block,
RenderLayer> private static boolean
private static final Map<Fluid,
RenderLayer> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RenderLayer
getBlockLayer
(BlockState state) static RenderLayer
getEntityBlockLayer
(BlockState state, boolean direct) static RenderLayer
getFluidLayer
(FluidState state) static RenderLayer
getItemLayer
(ItemStack stack, boolean direct) static RenderLayer
getMovingBlockLayer
(BlockState state) static void
setFancyGraphicsOrBetter
(boolean fancyGraphicsOrBetter)
-
Field Details
-
BLOCKS
- Mappings:
Namespace Name Mixin selector official a
Lfib;a:Ljava/util/Map;
intermediary field_21469
Lnet/minecraft/class_4696;field_21469:Ljava/util/Map;
named BLOCKS
Lnet/minecraft/client/render/RenderLayers;BLOCKS:Ljava/util/Map;
-
FLUIDS
- Mappings:
Namespace Name Mixin selector official b
Lfib;b:Ljava/util/Map;
intermediary field_21471
Lnet/minecraft/class_4696;field_21471:Ljava/util/Map;
named FLUIDS
Lnet/minecraft/client/render/RenderLayers;FLUIDS:Ljava/util/Map;
-
fancyGraphicsOrBetter
private static boolean fancyGraphicsOrBetter- Mappings:
Namespace Name Mixin selector official c
Lfib;c:Z
intermediary field_21472
Lnet/minecraft/class_4696;field_21472:Z
named fancyGraphicsOrBetter
Lnet/minecraft/client/render/RenderLayers;fancyGraphicsOrBetter:Z
-
-
Constructor Details
-
RenderLayers
public RenderLayers()
-
-
Method Details
-
getBlockLayer
- Mappings:
Namespace Name Mixin selector official a
Lfib;a(Ldbq;)Lfio;
intermediary method_23679
Lnet/minecraft/class_4696;method_23679(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1921;
named getBlockLayer
Lnet/minecraft/client/render/RenderLayers;getBlockLayer(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/RenderLayer;
-
getMovingBlockLayer
- Mappings:
Namespace Name Mixin selector official b
Lfib;b(Ldbq;)Lfio;
intermediary method_29359
Lnet/minecraft/class_4696;method_29359(Lnet/minecraft/class_2680;)Lnet/minecraft/class_1921;
named getMovingBlockLayer
Lnet/minecraft/client/render/RenderLayers;getMovingBlockLayer(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/RenderLayer;
-
getEntityBlockLayer
- Mappings:
Namespace Name Mixin selector official a
Lfib;a(Ldbq;Z)Lfio;
intermediary method_23683
Lnet/minecraft/class_4696;method_23683(Lnet/minecraft/class_2680;Z)Lnet/minecraft/class_1921;
named getEntityBlockLayer
Lnet/minecraft/client/render/RenderLayers;getEntityBlockLayer(Lnet/minecraft/block/BlockState;Z)Lnet/minecraft/client/render/RenderLayer;
-
getItemLayer
- Mappings:
Namespace Name Mixin selector official a
Lfib;a(Lcfv;Z)Lfio;
intermediary method_23678
Lnet/minecraft/class_4696;method_23678(Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_1921;
named getItemLayer
Lnet/minecraft/client/render/RenderLayers;getItemLayer(Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/client/render/RenderLayer;
-
getFluidLayer
- Mappings:
Namespace Name Mixin selector official a
Lfib;a(Ldwj;)Lfio;
intermediary method_23680
Lnet/minecraft/class_4696;method_23680(Lnet/minecraft/class_3610;)Lnet/minecraft/class_1921;
named getFluidLayer
Lnet/minecraft/client/render/RenderLayers;getFluidLayer(Lnet/minecraft/fluid/FluidState;)Lnet/minecraft/client/render/RenderLayer;
-
setFancyGraphicsOrBetter
public static void setFancyGraphicsOrBetter(boolean fancyGraphicsOrBetter) - Mappings:
Namespace Name Mixin selector official a
Lfib;a(Z)V
intermediary method_23682
Lnet/minecraft/class_4696;method_23682(Z)V
named setFancyGraphicsOrBetter
Lnet/minecraft/client/render/RenderLayers;setFancyGraphicsOrBetter(Z)V
-