Class PNCBlockStateProperties
java.lang.Object
me.desht.pneumaticcraft.api.block.PNCBlockStateProperties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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.BooleanPropertystatic final net.minecraft.world.level.block.state.properties.EnumProperty<PressureChamberWallState> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WALL_STATE
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureChamberWallState> WALL_STATE -
FORMED
public static final net.minecraft.world.level.block.state.properties.BooleanProperty FORMED -
ON
public static final net.minecraft.world.level.block.state.properties.BooleanProperty ON -
ACTIVE
public static final net.minecraft.world.level.block.state.properties.BooleanProperty ACTIVE
-
-
Constructor Details
-
PNCBlockStateProperties
public PNCBlockStateProperties()
-