Class PaletteTypes
java.lang.Object
org.spongepowered.api.world.schematic.PaletteTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultedRegistryReference<PaletteType<Biome,Biome>> A type ofPaletteTypethat refers to a localized mapping ofbiomesfor individualized usage.static final DefaultedRegistryReference<PaletteType<BlockEntityType,BlockEntityType>> static final DefaultedRegistryReference<PaletteType<BlockState,BlockType>> A type ofPaletteTypethat refers to a localized mapping ofblock statesfor individualized usage. -
Method Summary
-
Field Details
-
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_PALETTEA 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 Details
-
registry
-