Class BlockColors
java.lang.Object
net.minecraft.client.color.block.BlockColors
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final BlockTintSourcestatic final intstatic final intprivate final Map<Block, List<BlockTintSource>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockColorsgetColoringProperties(Block block) getTintSource(BlockState state, int layer) getTintSources(BlockState state) voidregister(List<BlockTintSource> layers, Block... blocks) Deprecated.
-
Field Details
-
LILY_PAD_IN_WORLD
public static final int LILY_PAD_IN_WORLD- See Also:
-
LILY_PAD_DEFAULT
public static final int LILY_PAD_DEFAULT- See Also:
-
BLANK_LAYER
-
sources
-
-
Constructor Details
-
BlockColors
public BlockColors()
-
-
Method Details
-
createDefault
-
getTintSources
-
getTintSource
-
register
Deprecated.Register viaRegisterColorHandlersEvent.BlockTintSources -
getColoringProperties
-
RegisterColorHandlersEvent.BlockTintSources