Class PaletteTypes
- java.lang.Object
-
- org.spongepowered.api.world.schematic.PaletteTypes
-
public final class PaletteTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<PaletteType<Biome,Biome>>BIOME_PALETTEA type ofPaletteTypethat refers to a localized mapping ofbiomesfor individualized usage.static DefaultedRegistryReference<PaletteType<BlockEntityType,BlockEntityType>>BLOCK_ENTITY_PALETTEstatic DefaultedRegistryReference<PaletteType<BlockState,BlockType>>BLOCK_STATE_PALETTEA type ofPaletteTypethat refers to a localized mapping ofblock statesfor individualized usage.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<PaletteType<?,?>>registry()
-
-
-
Field Detail
-
BIOME_PALETTE
public static final DefaultedRegistryReference<PaletteType<Biome,Biome>> BIOME_PALETTE
A type ofPaletteTypethat refers to a localized mapping ofbiomesfor individualized usage. Traditionally the palette will generateinteger idsin the order in which abiomeis registered via(Object)
-
BLOCK_STATE_PALETTE
public static final DefaultedRegistryReference<PaletteType<BlockState,BlockType>> BLOCK_STATE_PALETTE
A type ofPaletteTypethat refers to a localized mapping ofblock statesfor individualized usage. Traditionally the palette will generateinteger idsin the order in which abiomeis registered via(Object)
-
BLOCK_ENTITY_PALETTE
public static final DefaultedRegistryReference<PaletteType<BlockEntityType,BlockEntityType>> BLOCK_ENTITY_PALETTE
-
-
Method Detail
-
registry
public static Registry<PaletteType<?,?>> registry()
-
-