Class PaletteTypes
java.lang.Object
org.spongepowered.api.world.schematic.PaletteTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultedRegistryReference<PaletteType<Biome,
Biome>> A type ofPaletteType
that refers to a localized mapping ofbiomes
for individualized usage.static final DefaultedRegistryReference<PaletteType<BlockEntityType,
BlockEntityType>> static final DefaultedRegistryReference<PaletteType<BlockState,
BlockType>> A type ofPaletteType
that refers to a localized mapping ofblock states
for individualized usage. -
Method Summary
-
Field Details
-
BIOME_PALETTE
A type ofPaletteType
that refers to a localized mapping ofbiomes
for individualized usage. Traditionally the palette will generateinteger ids
in the order in which abiome
is registered via(Object)
-
BLOCK_STATE_PALETTE
public static final DefaultedRegistryReference<PaletteType<BlockState,BlockType>> BLOCK_STATE_PALETTEA type ofPaletteType
that refers to a localized mapping ofblock states
for individualized usage. Traditionally the palette will generateinteger ids
in the order in which abiome
is registered via(Object)
-
BLOCK_ENTITY_PALETTE
public static final DefaultedRegistryReference<PaletteType<BlockEntityType,BlockEntityType>> BLOCK_ENTITY_PALETTE
-
-
Method Details
-
registry
-