Uses of Class
net.minecraft.block.material.MaterialColor
-
Packages that use MaterialColor Package Description net.minecraft.block net.minecraft.block.material net.minecraft.item -
-
Uses of MaterialColor in net.minecraft.block
Fields in net.minecraft.block declared as MaterialColor Modifier and Type Field Description private MaterialColor
AbstractBlock.AbstractBlockState. materialColor
Fields in net.minecraft.block with type parameters of type MaterialColor Modifier and Type Field Description private java.util.function.Function<BlockState,MaterialColor>
AbstractBlock.Properties. materialColor
Methods in net.minecraft.block that return MaterialColor Modifier and Type Method Description MaterialColor
AbstractBlock. defaultMaterialColor()
MaterialColor
AbstractBlock.AbstractBlockState. getMapColor(IBlockReader p_185909_1_, BlockPos p_185909_2_)
Methods in net.minecraft.block with parameters of type MaterialColor Modifier and Type Method Description private static RotatedPillarBlock
Blocks. log(MaterialColor p_235430_0_, MaterialColor p_235430_1_)
private static Block
Blocks. netherStem(MaterialColor p_235428_0_)
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_200949_0_, MaterialColor p_200949_1_)
Method parameters in net.minecraft.block with type arguments of type MaterialColor Modifier and Type Method Description static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_235836_0_, java.util.function.Function<BlockState,MaterialColor> p_235836_1_)
Constructors in net.minecraft.block with parameters of type MaterialColor Constructor Description Properties(Material p_i48616_1_, MaterialColor p_i48616_2_)
Constructor parameters in net.minecraft.block with type arguments of type MaterialColor Constructor Description Properties(Material p_i241199_1_, java.util.function.Function<BlockState,MaterialColor> p_i241199_2_)
-
Uses of MaterialColor in net.minecraft.block.material
Methods in net.minecraft.block.material that return MaterialColor Modifier and Type Method Description MaterialColor
Material. getColor()
Constructors in net.minecraft.block.material with parameters of type MaterialColor Constructor Description Builder(MaterialColor p_i48270_1_)
Material(MaterialColor p_i232146_1_, boolean p_i232146_2_, boolean p_i232146_3_, boolean p_i232146_4_, boolean p_i232146_5_, boolean p_i232146_6_, boolean p_i232146_7_, PushReaction p_i232146_8_)
-
Uses of MaterialColor in net.minecraft.item
Fields in net.minecraft.item declared as MaterialColor Modifier and Type Field Description private MaterialColor
DyeColor. color
Methods in net.minecraft.item that return MaterialColor Modifier and Type Method Description MaterialColor
DyeColor. getMaterialColor()
Constructors in net.minecraft.item with parameters of type MaterialColor Constructor Description DyeColor(int p_i50049_3_, java.lang.String p_i50049_4_, int p_i50049_5_, MaterialColor p_i50049_6_, int p_i50049_7_, int p_i50049_8_)
-