Package net.minecraft.world.block
Class SimpleNeighborUpdater
java.lang.Object
net.minecraft.world.block.SimpleNeighborUpdater
- All Implemented Interfaces:
- NeighborUpdater
- Mappings:
- Namespace - Name - named - net/minecraft/world/block/SimpleNeighborUpdater- intermediary - net/minecraft/class_7164- official - eug
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.block.NeighborUpdaterUPDATE_ORDER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidreplaceWithStateForNeighborUpdate(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int flags, int maxUpdateDepth) voidupdateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable WireOrientation orientation, boolean notify) voidupdateNeighbor(BlockPos pos, Block sourceBlock, @Nullable WireOrientation orientation) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.block.NeighborUpdaterupdateNeighbors
- 
Field Details- 
world- Mappings:
- Namespace - Name - Mixin selector - named - world- Lnet/minecraft/world/block/SimpleNeighborUpdater;world:Lnet/minecraft/world/World;- intermediary - field_37838- Lnet/minecraft/class_7164;field_37838:Lnet/minecraft/class_1937;- official - b- Leug;b:Ldgj;
 
 
- 
- 
Constructor Details- 
SimpleNeighborUpdater- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/block/SimpleNeighborUpdater;<init>(Lnet/minecraft/world/World;)V- intermediary - <init>- Lnet/minecraft/class_7164;<init>(Lnet/minecraft/class_1937;)V- official - <init>- Leug;<init>(Ldgj;)V
 
 
- 
- 
Method Details- 
replaceWithStateForNeighborUpdatepublic void replaceWithStateForNeighborUpdate(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int flags, int maxUpdateDepth) - Specified by:
- replaceWithStateForNeighborUpdatein interface- NeighborUpdater
- Mappings:
- Namespace - Name - Mixin selector - named - replaceWithStateForNeighborUpdate- Lnet/minecraft/world/block/NeighborUpdater;replaceWithStateForNeighborUpdate(Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;II)V- intermediary - method_42392- Lnet/minecraft/class_7165;method_42392(Lnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;II)V- official - a- Leuh;a(Ljn;Ldwy;Lji;Lji;II)V
 
- 
updateNeighborpublic void updateNeighbor(BlockPos pos, Block sourceBlock, @Nullable @Nullable WireOrientation orientation) - Specified by:
- updateNeighborin interface- NeighborUpdater
- Mappings:
- Namespace - Name - Mixin selector - named - updateNeighbor- Lnet/minecraft/world/block/NeighborUpdater;updateNeighbor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/world/block/WireOrientation;)V- intermediary - method_41704- Lnet/minecraft/class_7165;method_41704(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_9904;)V- official - a- Leuh;a(Lji;Ldjn;Leui;)V
 
- 
updateNeighborpublic void updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, @Nullable @Nullable WireOrientation orientation, boolean notify) - Specified by:
- updateNeighborin interface- NeighborUpdater
- Mappings:
- Namespace - Name - Mixin selector - named - updateNeighbor- Lnet/minecraft/world/block/NeighborUpdater;updateNeighbor(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/world/block/WireOrientation;Z)V- intermediary - method_41703- Lnet/minecraft/class_7165;method_41703(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_9904;Z)V- official - a- Leuh;a(Ldwy;Lji;Ldjn;Leui;Z)V
 
 
-