Class PNCBlockStateProperties.PressureTubes
java.lang.Object
me.desht.pneumaticcraft.api.block.PNCBlockStateProperties.PressureTubes
- Enclosing class:
- PNCBlockStateProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection>static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection>static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection>static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection>static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection>static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UP
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> UP -
DOWN
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> DOWN -
NORTH
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> NORTH -
EAST
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> EAST -
SOUTH
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> SOUTH -
WEST
public static final net.minecraft.world.level.block.state.properties.EnumProperty<PressureTubeConnection> WEST
-
-
Constructor Details
-
PressureTubes
public PressureTubes()
-