Uses of Class
net.minecraft.block.MapColor
Packages that use MapColor
-
Uses of MapColor in net.minecraft.block
Fields in net.minecraft.block declared as MapColorModifier and TypeFieldDescriptionstatic MapColor
MapColor.BLACK
static MapColor
MapColor.BLUE
static MapColor
MapColor.BRIGHT_RED
static MapColor
MapColor.BRIGHT_TEAL
static MapColor
MapColor.BROWN
static MapColor
MapColor.CLEAR
private MapColor
Material.Builder.color
private MapColor
Material.color
static MapColor[]
MapColor.COLORS
static MapColor
MapColor.CYAN
static MapColor
MapColor.DARK_AQUA
static MapColor
MapColor.DARK_CRIMSON
static MapColor
MapColor.DARK_DULL_PINK
static MapColor
MapColor.DARK_GREEN
static MapColor
MapColor.DARK_RED
static MapColor
MapColor.DEEPSLATE_GRAY
static MapColor
MapColor.DIAMOND_BLUE
static MapColor
MapColor.DIRT_BROWN
static MapColor
MapColor.DULL_PINK
static MapColor
MapColor.DULL_RED
static MapColor
MapColor.EMERALD_GREEN
static MapColor
MapColor.field_33533
static MapColor
MapColor.GOLD
static MapColor
MapColor.GRAY
static MapColor
MapColor.GREEN
static MapColor
MapColor.IRON_GRAY
static MapColor
MapColor.LAPIS_BLUE
static MapColor
MapColor.LIGHT_BLUE
static MapColor
MapColor.LIGHT_BLUE_GRAY
static MapColor
MapColor.LIGHT_GRAY
static MapColor
MapColor.LIME
static MapColor
MapColor.MAGENTA
private MapColor
AbstractBlock.AbstractBlockState.mapColor
static MapColor
MapColor.OAK_TAN
static MapColor
MapColor.OFF_WHITE
static MapColor
MapColor.ORANGE
static MapColor
MapColor.PALE_GREEN
static MapColor
MapColor.PALE_PURPLE
static MapColor
MapColor.PALE_YELLOW
static MapColor
MapColor.PINK
static MapColor
MapColor.PURPLE
static MapColor
MapColor.RED
static MapColor
MapColor.SPRUCE_BROWN
static MapColor
MapColor.STONE_GRAY
static MapColor
MapColor.TEAL
static MapColor
MapColor.TERRACOTTA_BLACK
static MapColor
MapColor.TERRACOTTA_BLUE
static MapColor
MapColor.TERRACOTTA_BROWN
static MapColor
MapColor.TERRACOTTA_CYAN
static MapColor
MapColor.TERRACOTTA_GRAY
static MapColor
MapColor.TERRACOTTA_GREEN
static MapColor
MapColor.TERRACOTTA_LIGHT_BLUE
static MapColor
MapColor.TERRACOTTA_LIGHT_GRAY
static MapColor
MapColor.TERRACOTTA_LIME
static MapColor
MapColor.TERRACOTTA_MAGENTA
static MapColor
MapColor.TERRACOTTA_ORANGE
static MapColor
MapColor.TERRACOTTA_PINK
static MapColor
MapColor.TERRACOTTA_PURPLE
static MapColor
MapColor.TERRACOTTA_RED
static MapColor
MapColor.TERRACOTTA_WHITE
static MapColor
MapColor.TERRACOTTA_YELLOW
static MapColor
MapColor.WATER_BLUE
static MapColor
MapColor.WHITE
static MapColor
MapColor.WHITE_GRAY
static MapColor
MapColor.YELLOW
Fields in net.minecraft.block with type parameters of type MapColorModifier and TypeFieldDescriptionprivate Function<BlockState,MapColor>
AbstractBlock.Settings.mapColorProvider
Methods in net.minecraft.block that return MapColorModifier and TypeMethodDescriptionMaterial.getColor()
AbstractBlock.getDefaultMapColor()
AbstractBlock.AbstractBlockState.getMapColor(BlockView world, BlockPos pos)
Methods in net.minecraft.block with parameters of type MapColorModifier and TypeMethodDescriptionprivate static PillarBlock
Blocks.createLogBlock(MapColor topMaterialColor, MapColor sideMaterialColor)
private static Block
Blocks.createNetherStemBlock(MapColor materialColor)
static AbstractBlock.Settings
Method parameters in net.minecraft.block with type arguments of type MapColorModifier and TypeMethodDescriptionstatic AbstractBlock.Settings
AbstractBlock.Settings.of(Material material, Function<BlockState,MapColor> mapColor)
Constructors in net.minecraft.block with parameters of type MapColorModifierConstructorDescriptionMaterial(MapColor color, boolean liquid, boolean solid, boolean blocksMovement, boolean blocksLight, boolean breakByHand, boolean burnable, PistonBehavior pistonBehavior)
private
Constructor parameters in net.minecraft.block with type arguments of type MapColorModifierConstructorDescriptionprivate
Settings(Material material, Function<BlockState,MapColor> mapColorProvider)
-
Uses of MapColor in net.minecraft.util
Fields in net.minecraft.util declared as MapColorMethods in net.minecraft.util that return MapColorConstructors in net.minecraft.util with parameters of type MapColor