Package vazkii.botania.api.state
Class BotaniaStateProperties
java.lang.Object
vazkii.botania.api.state.BotaniaStateProperties
Holds all Botania block state properties. Use these to set botania blockstates
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.block.state.properties.EnumProperty<AlfheimPortalState> static final net.minecraft.world.level.block.state.properties.EnumProperty<CraftyCratePattern> static final net.minecraft.world.level.block.state.properties.EnumProperty<net.minecraft.core.Direction.Axis> static final net.minecraft.world.level.block.state.properties.BooleanPropertystatic final net.minecraft.world.level.block.state.properties.BooleanPropertystatic final net.minecraft.world.level.block.state.properties.EnumProperty<BotaniaStateProperties.OptionalDyeColor> -
Method Summary
-
Field Details
-
OPTIONAL_DYE_COLOR
public static final net.minecraft.world.level.block.state.properties.EnumProperty<BotaniaStateProperties.OptionalDyeColor> OPTIONAL_DYE_COLOR -
ALFPORTAL_STATE
public static final net.minecraft.world.level.block.state.properties.EnumProperty<AlfheimPortalState> ALFPORTAL_STATE -
ENCHANTER_DIRECTION
public static final net.minecraft.world.level.block.state.properties.EnumProperty<net.minecraft.core.Direction.Axis> ENCHANTER_DIRECTION -
CRATE_PATTERN
public static final net.minecraft.world.level.block.state.properties.EnumProperty<CraftyCratePattern> CRATE_PATTERN -
HAS_LENS
public static final net.minecraft.world.level.block.state.properties.BooleanProperty HAS_LENS -
HAS_SCAFFOLDING
public static final net.minecraft.world.level.block.state.properties.BooleanProperty HAS_SCAFFOLDING
-