Uses of Enum Class
net.minecraft.world.level.block.state.properties.RailShape
Package
Description
-
Uses of RailShape in net.minecraft.world.entity.vehicle
-
Uses of RailShape in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic EnumProperty<RailShape>
DetectorRailBlock.SHAPE
static EnumProperty<RailShape>
PoweredRailBlock.SHAPE
static EnumProperty<RailShape>
RailBlock.SHAPE
Modifier and TypeMethodDescriptionBaseRailBlock.getRailDirection(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart)
Modifier and TypeMethodDescriptionBaseRailBlock.getShapeProperty()
Deprecated.DetectorRailBlock.getShapeProperty()
PoweredRailBlock.getShapeProperty()
RailBlock.getShapeProperty()
Modifier and TypeMethodDescriptionprotected boolean
PoweredRailBlock.isSameRailWithPower(Level p_55226_, BlockPos p_55227_, boolean p_55228_, int p_55229_, RailShape p_55230_)
private static boolean
BaseRailBlock.shouldBeRemoved(BlockPos p_49399_, Level p_49400_, RailShape p_49401_)
private void
RailState.updateConnections(RailShape p_55428_)
-
Uses of RailShape in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic EnumProperty<RailShape>
BlockStateProperties.RAIL_SHAPE
static EnumProperty<RailShape>
BlockStateProperties.RAIL_SHAPE_STRAIGHT
-
Uses of RailShape in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptionIForgeBaseRailBlock.getRailDirection(BlockState state, BlockGetter world, BlockPos pos, AbstractMinecart cart)
Return the rail's direction.