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 dlr
intermediary net/minecraft/class_7164
named net/minecraft/world/block/SimpleNeighborUpdater
  • Field Details

    • world

      private final ServerWorld world
      Mappings:
      Namespace Name Mixin selector
      official c Ldlr;c:Laee;
      intermediary field_37838 Lnet/minecraft/class_7164;field_37838:Lnet/minecraft/class_3218;
      named world Lnet/minecraft/world/block/SimpleNeighborUpdater;world:Lnet/minecraft/server/world/ServerWorld;
  • Constructor Details

    • SimpleNeighborUpdater

      public SimpleNeighborUpdater(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldlr;<init>(Laee;)V
      intermediary <init> Lnet/minecraft/class_7164;<init>(Lnet/minecraft/class_3218;)V
      named <init> Lnet/minecraft/world/block/SimpleNeighborUpdater;<init>(Lnet/minecraft/server/world/ServerWorld;)V
  • Method Details

    • updateNeighbor

      public void updateNeighbor(BlockPos pos, Block sourceBlock, BlockPos sourcePos)
      Specified by:
      updateNeighbor in interface NeighborUpdater
      Mappings:
      Namespace Name Mixin selector
      official a Ldls;a(Lgk;Lcet;Lgk;)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 Ldls;a(Lcqm;Lgk;Lcet;Lgk;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