Class SchematicStateFilterRegistry
java.lang.Object
com.simibubi.create.api.schematic.state.SchematicStateFilterRegistry
Registry for schematic state filters, used for filtering states out of schematics.
This is used to exclude correct tags for blocks that have their NBT tags stripped, like chiseled bookshelves.
This is provided as an alternative to SchematicStateFilter.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleRegistry<net.minecraft.world.level.block.Block, SchematicStateFilterRegistry.StateFilter> -
Method Summary
-
Field Details
-
REGISTRY
public static final SimpleRegistry<net.minecraft.world.level.block.Block,SchematicStateFilterRegistry.StateFilter> REGISTRY
-