Class SimpleNeighborUpdater

java.lang.Object
net.minecraft.world.block.SimpleNeighborUpdater
All Implemented Interfaces:
NeighborUpdater

public class SimpleNeighborUpdater extends Object implements NeighborUpdater
Mappings:
Namespace Name
official dul
intermediary net/minecraft/class_7164
named net/minecraft/world/block/SimpleNeighborUpdater
  • Field Details

    • world

      private final World world
      Mappings:
      Namespace Name Mixin selector
      official b Ldul;b:Lcjw;
      intermediary field_37838 Lnet/minecraft/class_7164;field_37838:Lnet/minecraft/class_1937;
      named world Lnet/minecraft/world/block/SimpleNeighborUpdater;world:Lnet/minecraft/world/World;
  • Constructor Details

    • SimpleNeighborUpdater

      public SimpleNeighborUpdater(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldul;<init>(Lcjw;)V
      intermediary <init> Lnet/minecraft/class_7164;<init>(Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/world/block/SimpleNeighborUpdater;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • replaceWithStateForNeighborUpdate

      public void replaceWithStateForNeighborUpdate(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int flags, int maxUpdateDepth)
      Specified by:
      replaceWithStateForNeighborUpdate in interface NeighborUpdater
      Mappings:
      Namespace Name Mixin selector
      official a Ldum;a(Lgv;Lcyt;Lgp;Lgp;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
      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
    • updateNeighbor

      public void updateNeighbor(BlockPos pos, Block sourceBlock, BlockPos sourcePos)
      Specified by:
      updateNeighbor in interface NeighborUpdater
      Mappings:
      Namespace Name Mixin selector
      official a Ldum;a(Lgp;Lcmt;Lgp;)V
      intermediary method_41704 Lnet/minecraft/class_7165;method_41704(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2338;)V
      named updateNeighbor Lnet/minecraft/world/block/NeighborUpdater;updateNeighbor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;)V
    • updateNeighbor

      public void updateNeighbor(BlockState state, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify)
      Specified by:
      updateNeighbor in interface NeighborUpdater
      Mappings:
      Namespace Name Mixin selector
      official a Ldum;a(Lcyt;Lgp;Lcmt;Lgp;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_2338;Z)V
      named updateNeighbor Lnet/minecraft/world/block/NeighborUpdater;updateNeighbor(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/BlockPos;Z)V