Package net.minecraft.client.color.block
Class BlockColors
java.lang.Object
net.minecraft.client.color.block.BlockColors
- Mappings:
Namespace Name official dwe
intermediary net/minecraft/class_324
named net/minecraft/client/color/block/BlockColors
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockColors
create()
int
getColor(BlockState state, @Nullable BlockRenderView world, @Nullable BlockPos pos, int tint)
int
getColor(BlockState state, World world, BlockPos pos)
getProperties(Block block)
private void
registerColorProperties(Set<Property<?>> properties, Block[] blocks)
private void
registerColorProperty(Property<?> property, Block[] blocks)
void
registerColorProvider(BlockColorProvider provider, Block[] blocks)
-
Field Details
-
field_32163
private static final int field_32163- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a:I
intermediary field_32163
Lnet/minecraft/class_324;field_32163:I
named field_32163
Lnet/minecraft/client/color/block/BlockColors;field_32163:I
-
providers
- Mappings:
Namespace Name Mixin selector official b
Ldwe;b:Lgq;
intermediary field_1995
Lnet/minecraft/class_324;field_1995:Lnet/minecraft/class_2361;
named providers
Lnet/minecraft/client/color/block/BlockColors;providers:Lnet/minecraft/util/collection/IdList;
-
properties
- Mappings:
Namespace Name Mixin selector official c
Ldwe;c:Ljava/util/Map;
intermediary field_20271
Lnet/minecraft/class_324;field_20271:Ljava/util/Map;
named properties
Lnet/minecraft/client/color/block/BlockColors;properties:Ljava/util/Map;
-
-
Constructor Details
-
BlockColors
public BlockColors()
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a()Ldwe;
intermediary method_1689
Lnet/minecraft/class_324;method_1689()Lnet/minecraft/class_324;
named create
Lnet/minecraft/client/color/block/BlockColors;create()Lnet/minecraft/client/color/block/BlockColors;
-
getColor
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Lcks;Lbwp;Lgg;)I
intermediary method_1691
Lnet/minecraft/class_324;method_1691(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)I
named getColor
Lnet/minecraft/client/color/block/BlockColors;getColor(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)I
-
getColor
public int getColor(BlockState state, @Nullable @Nullable BlockRenderView world, @Nullable @Nullable BlockPos pos, int tint)- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Lcks;Lbvr;Lgg;I)I
intermediary method_1697
Lnet/minecraft/class_324;method_1697(Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;I)I
named getColor
Lnet/minecraft/client/color/block/BlockColors;getColor(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;I)I
-
registerColorProvider
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Ldwd;[Lbzo;)V
intermediary method_1690
Lnet/minecraft/class_324;method_1690(Lnet/minecraft/class_322;[Lnet/minecraft/class_2248;)V
named registerColorProvider
Lnet/minecraft/client/color/block/BlockColors;registerColorProvider(Lnet/minecraft/client/color/block/BlockColorProvider;[Lnet/minecraft/block/Block;)V
-
registerColorProperties
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Ljava/util/Set;[Lbzo;)V
intermediary method_21594
Lnet/minecraft/class_324;method_21594(Ljava/util/Set;[Lnet/minecraft/class_2248;)V
named registerColorProperties
Lnet/minecraft/client/color/block/BlockColors;registerColorProperties(Ljava/util/Set;[Lnet/minecraft/block/Block;)V
-
registerColorProperty
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Lclv;[Lbzo;)V
intermediary method_21593
Lnet/minecraft/class_324;method_21593(Lnet/minecraft/class_2769;[Lnet/minecraft/class_2248;)V
named registerColorProperty
Lnet/minecraft/client/color/block/BlockColors;registerColorProperty(Lnet/minecraft/state/property/Property;[Lnet/minecraft/block/Block;)V
-
getProperties
- Mappings:
Namespace Name Mixin selector official a
Ldwe;a(Lbzo;)Ljava/util/Set;
intermediary method_21592
Lnet/minecraft/class_324;method_21592(Lnet/minecraft/class_2248;)Ljava/util/Set;
named getProperties
Lnet/minecraft/client/color/block/BlockColors;getProperties(Lnet/minecraft/block/Block;)Ljava/util/Set;
-