Uses of Enum Class
net.minecraft.block.AbstractRailBlock.RailShapeType
Packages that use AbstractRailBlock.RailShapeType
-
Uses of AbstractRailBlock.RailShapeType in net.minecraft.block
Fields in net.minecraft.block declared as AbstractRailBlock.RailShapeTypeModifier and TypeFieldDescriptionprivate static final AbstractRailBlock.RailShapeType[]AbstractRailBlock.RailShapeType.TYPESFields in net.minecraft.block with type parameters of type AbstractRailBlock.RailShapeTypeModifier and TypeFieldDescriptionstatic final EnumProperty<AbstractRailBlock.RailShapeType>DetectorRailBlock.SHAPEstatic final EnumProperty<AbstractRailBlock.RailShapeType>PoweredRailBlock.SHAPEstatic final EnumProperty<AbstractRailBlock.RailShapeType>RailBlock.SHAPEMethods in net.minecraft.block that return AbstractRailBlock.RailShapeTypeModifier and TypeMethodDescriptionAbstractRailBlock.RailShapeType.getById(int id) Returns the enum constant of this class with the specified name.static AbstractRailBlock.RailShapeType[]AbstractRailBlock.RailShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block that return types with arguments of type AbstractRailBlock.RailShapeTypeModifier and TypeMethodDescriptionabstract Property<AbstractRailBlock.RailShapeType>AbstractRailBlock.getShapeProperty()DetectorRailBlock.getShapeProperty()PoweredRailBlock.getShapeProperty()RailBlock.getShapeProperty()Methods in net.minecraft.block with parameters of type AbstractRailBlock.RailShapeTypeModifier and TypeMethodDescriptionprivate voidAbstractRailBlock.RailPlacementHelper.computeNeighbors(AbstractRailBlock.RailShapeType shape) protected booleanPoweredRailBlock.method_8855(World world, BlockPos blockPos, boolean bool, int int2, AbstractRailBlock.RailShapeType railShapeType)