Uses of Enum Class
net.minecraft.state.properties.RailShape
Packages that use RailShape
Package
Description
-
Uses of RailShape in net.minecraft.block
Fields in net.minecraft.block with type parameters of type RailShapeModifier and TypeFieldDescriptionstatic final EnumProperty<RailShape>
DetectorRailBlock.SHAPE
static final EnumProperty<RailShape>
PoweredRailBlock.SHAPE
static final EnumProperty<RailShape>
RailBlock.SHAPE
Methods in net.minecraft.block that return RailShapeModifier and TypeMethodDescriptionAbstractRailBlock.getRailDirection
(BlockState state, IBlockReader world, BlockPos pos, AbstractMinecartEntity cart) Methods in net.minecraft.block that return types with arguments of type RailShapeModifier and TypeMethodDescriptionAbstractRailBlock.getShapeProperty()
Deprecated.DetectorRailBlock.getShapeProperty()
PoweredRailBlock.getShapeProperty()
RailBlock.getShapeProperty()
Methods in net.minecraft.block with parameters of type RailShapeModifier and TypeMethodDescriptionprotected boolean
PoweredRailBlock.isSameRailWithPower
(World p_208071_1_, BlockPos p_208071_2_, boolean p_208071_3_, int p_208071_4_, RailShape p_208071_5_) private static boolean
AbstractRailBlock.shouldBeRemoved
(BlockPos p_235328_0_, World p_235328_1_, RailShape p_235328_2_) private void
RailState.updateConnections
(RailShape p_208509_1_) -
Uses of RailShape in net.minecraft.entity.item.minecart
Fields in net.minecraft.entity.item.minecart with type parameters of type RailShapeMethods in net.minecraft.entity.item.minecart with parameters of type RailShape -
Uses of RailShape in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type RailShapeModifier and TypeFieldDescriptionstatic final EnumProperty<RailShape>
BlockStateProperties.RAIL_SHAPE
static final EnumProperty<RailShape>
BlockStateProperties.RAIL_SHAPE_STRAIGHT
Methods in net.minecraft.state.properties that return RailShape -
Uses of RailShape in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return RailShapeModifier and TypeMethodDescriptionIAbstractRailBlock.getRailDirection
(BlockState state, IBlockReader world, BlockPos pos, AbstractMinecartEntity cart) Return the rail's direction.