Uses of Enum Class
net.minecraft.world.level.block.state.properties.RedstoneSide
Packages that use RedstoneSide
Package
Description
-
Uses of RedstoneSide in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type RedstoneSideModifier and TypeFieldDescriptionstatic final EnumProperty<RedstoneSide> RedstoneWireBlock.EASTstatic final EnumProperty<RedstoneSide> RedstoneWireBlock.NORTHstatic final Map<Direction, EnumProperty<RedstoneSide>> RedstoneWireBlock.PROPERTY_BY_DIRECTIONstatic final EnumProperty<RedstoneSide> RedstoneWireBlock.SOUTHstatic final EnumProperty<RedstoneSide> RedstoneWireBlock.WESTMethods in net.minecraft.world.level.block that return RedstoneSideModifier and TypeMethodDescriptionprivate RedstoneSideRedstoneWireBlock.getConnectingSide(BlockGetter level, BlockPos pos, Direction direction) private RedstoneSideRedstoneWireBlock.getConnectingSide(BlockGetter level, BlockPos pos, Direction direction, boolean canConnectUp) -
Uses of RedstoneSide in net.minecraft.world.level.block.state.properties
Subclasses with type arguments of type RedstoneSide in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type RedstoneSideModifier and TypeFieldDescriptionstatic final EnumProperty<RedstoneSide> BlockStateProperties.EAST_REDSTONEstatic final EnumProperty<RedstoneSide> BlockStateProperties.NORTH_REDSTONEstatic final EnumProperty<RedstoneSide> BlockStateProperties.SOUTH_REDSTONEstatic final EnumProperty<RedstoneSide> BlockStateProperties.WEST_REDSTONEMethods in net.minecraft.world.level.block.state.properties that return RedstoneSideModifier and TypeMethodDescriptionstatic RedstoneSideReturns the enum constant of this class with the specified name.static RedstoneSide[]RedstoneSide.values()Returns an array containing the constants of this enum class, in the order they are declared.