Uses of Enum Class
net.minecraft.block.RedstoneWireBlock.RedstoneWireType
Packages that use RedstoneWireBlock.RedstoneWireType
-
Uses of RedstoneWireBlock.RedstoneWireType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type RedstoneWireBlock.RedstoneWireTypeModifier and TypeFieldDescriptionstatic final EnumProperty<RedstoneWireBlock.RedstoneWireType>RedstoneWireBlock.EASTstatic final EnumProperty<RedstoneWireBlock.RedstoneWireType>RedstoneWireBlock.NORTHstatic final EnumProperty<RedstoneWireBlock.RedstoneWireType>RedstoneWireBlock.SOUTHstatic final EnumProperty<RedstoneWireBlock.RedstoneWireType>RedstoneWireBlock.WESTMethods in net.minecraft.block that return RedstoneWireBlock.RedstoneWireTypeModifier and TypeMethodDescriptionRedstoneWireBlock.method_8878(BlockView blockView, BlockPos blockPos, Direction direction) Returns the enum constant of this class with the specified name.static RedstoneWireBlock.RedstoneWireType[]RedstoneWireBlock.RedstoneWireType.values()Returns an array containing the constants of this enum class, in the order they are declared.