Uses of Class
net.minecraft.block.MapColor
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.util |
-
Uses of MapColor in net.minecraft.block
Fields in net.minecraft.block declared as MapColor Modifier and Type Field Description static 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. 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. 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 MapColor Modifier and Type Field Description private Function<BlockState,MapColor>
AbstractBlock.Settings. mapColorProvider
Methods in net.minecraft.block that return MapColor Modifier and Type Method Description MapColor
Material. getColor()
MapColor
AbstractBlock. getDefaultMapColor()
MapColor
AbstractBlock.AbstractBlockState. getMapColor(BlockView world, BlockPos pos)
Methods in net.minecraft.block with parameters of type MapColor Modifier and Type Method Description private static PillarBlock
Blocks. createLogBlock(MapColor topMaterialColor, MapColor sideMaterialColor)
private static Block
Blocks. createNetherStemBlock(MapColor materialColor)
AbstractBlock.Settings
AbstractBlock.Settings. mapColor(MapColor color)
static AbstractBlock.Settings
AbstractBlock.Settings. of(Material material, MapColor color)
Method parameters in net.minecraft.block with type arguments of type MapColor Modifier and Type Method Description static AbstractBlock.Settings
AbstractBlock.Settings. of(Material material, Function<BlockState,MapColor> mapColor)
Constructors in net.minecraft.block with parameters of type MapColor Constructor Description Builder(MapColor color)
Material(MapColor color, boolean liquid, boolean solid, boolean blocksMovement, boolean blocksLight, boolean breakByHand, boolean burnable, PistonBehavior pistonBehavior)
Settings(Material material, MapColor mapColorProvider)
Constructor parameters in net.minecraft.block with type arguments of type MapColor Constructor Description Settings(Material material, Function<BlockState,MapColor> mapColorProvider)
-
Uses of MapColor in net.minecraft.util
Fields in net.minecraft.util declared as MapColor Modifier and Type Field Description private MapColor
DyeColor. mapColor
Methods in net.minecraft.util that return MapColor Modifier and Type Method Description MapColor
DyeColor. getMapColor()
Constructors in net.minecraft.util with parameters of type MapColor Constructor Description DyeColor(int woolId, String name, int color, MapColor mapColor, int fireworkColor, int signColor)