Uses of Class
net.minecraft.state.properties.RedstoneSide
-
Packages that use RedstoneSide Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of RedstoneSide in net.minecraft.block
Fields in net.minecraft.block with type parameters of type RedstoneSide Modifier and Type Field Description static EnumProperty<RedstoneSide>RedstoneWireBlock. EASTstatic EnumProperty<RedstoneSide>RedstoneWireBlock. NORTHstatic java.util.Map<Direction,EnumProperty<RedstoneSide>>RedstoneWireBlock. PROPERTY_BY_DIRECTIONstatic EnumProperty<RedstoneSide>RedstoneWireBlock. SOUTHstatic EnumProperty<RedstoneSide>RedstoneWireBlock. WESTMethods in net.minecraft.block that return RedstoneSide Modifier and Type Method Description private RedstoneSideRedstoneWireBlock. getConnectingSide(IBlockReader p_208074_1_, BlockPos p_208074_2_, Direction p_208074_3_)private RedstoneSideRedstoneWireBlock. getConnectingSide(IBlockReader p_235545_1_, BlockPos p_235545_2_, Direction p_235545_3_, boolean p_235545_4_) -
Uses of RedstoneSide in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type RedstoneSide Modifier and Type Field Description static EnumProperty<RedstoneSide>BlockStateProperties. EAST_REDSTONEstatic EnumProperty<RedstoneSide>BlockStateProperties. NORTH_REDSTONEstatic EnumProperty<RedstoneSide>BlockStateProperties. SOUTH_REDSTONEstatic EnumProperty<RedstoneSide>BlockStateProperties. WEST_REDSTONEMethods in net.minecraft.state.properties that return RedstoneSide Modifier and Type Method Description static RedstoneSideRedstoneSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RedstoneSide[]RedstoneSide. values()Returns an array containing the constants of this enum type, in the order they are declared.
-