Uses of Class
net.minecraft.world.block.WireOrientation
Packages that use WireOrientation
Package
Description
The base package for all Minecraft classes.
-
Uses of WireOrientation in net.minecraft
Methods in net.minecraft that return WireOrientationModifier and TypeMethodDescriptionstatic @Nullable WireOrientationstatic @Nullable WireOrientationclass_9902.method_61827(@Nullable WireOrientation wireOrientation, Direction direction) Methods in net.minecraft with parameters of type WireOrientationModifier and TypeMethodDescriptionstatic @Nullable WireOrientationclass_9902.method_61827(@Nullable WireOrientation wireOrientation, Direction direction) -
Uses of WireOrientation in net.minecraft.block
Methods in net.minecraft.block that return WireOrientationModifier and TypeMethodDescriptionprotected @Nullable WireOrientationRedstoneTorchBlock.method_61748(World world, BlockState blockState) protected @Nullable WireOrientationWallRedstoneTorchBlock.method_61748(World world, BlockState blockState) Methods in net.minecraft.block with parameters of type WireOrientationModifier and TypeMethodDescriptionvoidAbstractBlock.AbstractBlockState.neighborUpdate(World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) protected voidAbstractBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidAbstractRailBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidAbstractRedstoneGateBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidAbstractSkullBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidBellBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidBigDripleafBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidBulbBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidCommandBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidCrafterBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidDispenserBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidDoorBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidFenceGateBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidFluidBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidFrostedIceBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidHopperBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidNoteBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidPistonBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidPistonHeadBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidRedstoneLampBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidRedstoneTorchBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidRedstoneWireBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidSpongeBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidStructureBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidTntBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.protected voidTrapdoorBlock.neighborUpdate(BlockState state, World world, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) Called when a neighboring block is updated.private voidRedstoneWireBlock.update(World world, BlockPos blockPos, BlockState blockState, @Nullable WireOrientation wireOrientation) -
Uses of WireOrientation in net.minecraft.network.packet.s2c.custom
Fields in net.minecraft.network.packet.s2c.custom declared as WireOrientationModifier and TypeFieldDescriptionprivate final WireOrientationDebugRedstoneUpdateOrderCustomPayload.Wire.orientationThe field for theorientationrecord component.Methods in net.minecraft.network.packet.s2c.custom that return WireOrientationModifier and TypeMethodDescriptionDebugRedstoneUpdateOrderCustomPayload.Wire.orientation()Returns the value of theorientationrecord component.Constructors in net.minecraft.network.packet.s2c.custom with parameters of type WireOrientation -
Uses of WireOrientation in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type WireOrientationModifier and TypeMethodDescriptionvoidServerWorld.updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidServerWorld.updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) Triggers a neighbor update originating fromsourcePosatpos.voidServerWorld.updateNeighborsAlways(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) Emits a neighbor update to all 6 neighboring blocks ofpos.voidServerWorld.updateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction, @Nullable WireOrientation wireOrientation) Emits a neighbor update to neighboring blocks ofpos, except for the one indirectiondirection. -
Uses of WireOrientation in net.minecraft.world
Methods in net.minecraft.world that return WireOrientationModifier and TypeMethodDescriptionprivate static WireOrientationExperimentalRedstoneController.method_61828(int int2) private static WireOrientationExperimentalRedstoneController.method_61830(World world, @Nullable WireOrientation wireOrientation) Methods in net.minecraft.world with parameters of type WireOrientationModifier and TypeMethodDescriptionvoidDefaultRedstoneController.method_61824(World world, BlockPos blockPos, BlockState blockState, @Nullable WireOrientation wireOrientation) voidExperimentalRedstoneController.method_61824(World world, BlockPos blockPos, BlockState blockState, @Nullable WireOrientation wireOrientation) abstract voidRedstoneController.method_61824(World world, BlockPos blockPos, BlockState blockState, @Nullable WireOrientation wireOrientation) private static WireOrientationExperimentalRedstoneController.method_61830(World world, @Nullable WireOrientation wireOrientation) private voidExperimentalRedstoneController.method_61831(World world, BlockPos blockPos, int int2, WireOrientation wireOrientation, boolean bool) private voidExperimentalRedstoneController.method_61832(World world, BlockPos blockPos, WireOrientation wireOrientation) private static intExperimentalRedstoneController.method_61835(WireOrientation wireOrientation, int int2) private voidExperimentalRedstoneController.method_61838(BlockPos blockPos, int int2, WireOrientation wireOrientation) private voidExperimentalRedstoneController.method_61841(World world, BlockPos blockPos, int int2, WireOrientation wireOrientation, boolean bool) voidWorld.updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidWorld.updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) Triggers a neighbor update originating fromsourcePosatpos.voidWorld.updateNeighborsAlways(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) Emits a neighbor update to all 6 neighboring blocks ofpos.voidWorld.updateNeighborsExcept(BlockPos pos, Block sourceBlock, Direction direction, @Nullable WireOrientation wireOrientation) Emits a neighbor update to neighboring blocks ofpos, except for the one indirectiondirection. -
Uses of WireOrientation in net.minecraft.world.block
Fields in net.minecraft.world.block declared as WireOrientationModifier and TypeFieldDescriptionprivate @Nullable WireOrientationChainRestrictedNeighborUpdater.SixWayEntry.field_52664private final @Nullable WireOrientationChainRestrictedNeighborUpdater.SimpleEntry.orientationThe field for theorientationrecord component.private final @Nullable WireOrientationChainRestrictedNeighborUpdater.StatefulEntry.orientationThe field for theorientationrecord component.private static final WireOrientation[]WireOrientation.VALUESFields in net.minecraft.world.block with type parameters of type WireOrientationModifier and TypeFieldDescriptionprivate final Map<Direction, WireOrientation> WireOrientation.field_52678private final Map<Direction, WireOrientation> WireOrientation.field_52679private final Map<WireOrientation.SideBias, WireOrientation> WireOrientation.field_52680static final PacketCodec<ByteBuf, WireOrientation> WireOrientation.PACKET_CODECMethods in net.minecraft.world.block that return WireOrientationModifier and TypeMethodDescriptionstatic WireOrientationWireOrientation.fromOrdinal(int ordinal) private static WireOrientationWireOrientation.initializeValuesArray(WireOrientation prime, WireOrientation[] valuesOut) WireOrientation.method_61842()WireOrientation.method_61845(WireOrientation.SideBias sideBias) WireOrientation.method_61847(Direction direction) WireOrientation.method_61850(Direction direction) WireOrientation.method_61853(Direction direction) static WireOrientationWireOrientation.of(Direction up, Direction front, WireOrientation.SideBias sideBias) ChainRestrictedNeighborUpdater.SimpleEntry.orientation()Returns the value of theorientationrecord component.ChainRestrictedNeighborUpdater.StatefulEntry.orientation()Returns the value of theorientationrecord component.static WireOrientationMethods in net.minecraft.world.block with parameters of type WireOrientationModifier and TypeMethodDescriptionprivate static WireOrientationWireOrientation.initializeValuesArray(WireOrientation prime, WireOrientation[] valuesOut) static voidNeighborUpdater.tryNeighborUpdate(World world, BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidChainRestrictedNeighborUpdater.updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidChainRestrictedNeighborUpdater.updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) voidNeighborUpdater.updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidNeighborUpdater.updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) voidSimpleNeighborUpdater.updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, boolean notify) voidSimpleNeighborUpdater.updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation) voidChainRestrictedNeighborUpdater.updateNeighbors(BlockPos pos, Block sourceBlock, @Nullable Direction except, @Nullable WireOrientation wireOrientation) default voidNeighborUpdater.updateNeighbors(BlockPos pos, Block sourceBlock, @Nullable Direction except, @Nullable WireOrientation wireOrientation) Constructors in net.minecraft.world.block with parameters of type WireOrientationModifierConstructorDescription(package private)SimpleEntry(BlockPos blockPos, Block block, @Nullable WireOrientation wireOrientation) (package private)SixWayEntry(BlockPos pos, Block sourceBlock, @Nullable WireOrientation wireOrientation, @Nullable Direction except) (package private)StatefulEntry(BlockState blockState, BlockPos blockPos, Block block, @Nullable WireOrientation wireOrientation, boolean bool)