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 EnumProperty<RedstoneSide>RedStoneWireBlock.EASTstatic EnumProperty<RedstoneSide>RedStoneWireBlock.NORTHstatic Map<Direction,EnumProperty<RedstoneSide>>RedStoneWireBlock.PROPERTY_BY_DIRECTIONstatic EnumProperty<RedstoneSide>RedStoneWireBlock.SOUTHstatic EnumProperty<RedstoneSide>RedStoneWireBlock.WESTMethods in net.minecraft.world.level.block that return RedstoneSideModifier and TypeMethodDescriptionprivate RedstoneSideRedStoneWireBlock.getConnectingSide(BlockGetter p_55519_, BlockPos p_55520_, Direction p_55521_)private RedstoneSideRedStoneWireBlock.getConnectingSide(BlockGetter p_55523_, BlockPos p_55524_, Direction p_55525_, boolean p_55526_) -
Uses of RedstoneSide in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type RedstoneSideModifier and TypeFieldDescriptionstatic EnumProperty<RedstoneSide>BlockStateProperties.EAST_REDSTONEstatic EnumProperty<RedstoneSide>BlockStateProperties.NORTH_REDSTONEstatic EnumProperty<RedstoneSide>BlockStateProperties.SOUTH_REDSTONEstatic 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.