Class ChainRestrictedNeighborUpdater

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

public class ChainRestrictedNeighborUpdater extends Object implements NeighborUpdater
Mappings:
Namespace Name
official dlq
intermediary net/minecraft/class_7159
named net/minecraft/world/block/ChainRestrictedNeighborUpdater
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official c Ldlq;c:Lorg/slf4j/Logger;
      intermediary field_37829 Lnet/minecraft/class_7159;field_37829:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;LOGGER:Lorg/slf4j/Logger;
    • world

      private final ServerWorld world
      Mappings:
      Namespace Name Mixin selector
      official d Ldlq;d:Laee;
      intermediary field_37830 Lnet/minecraft/class_7159;field_37830:Lnet/minecraft/class_3218;
      named world Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;world:Lnet/minecraft/server/world/ServerWorld;
    • queue

      Mappings:
      Namespace Name Mixin selector
      official e Ldlq;e:Ljava/util/ArrayDeque;
      intermediary field_37831 Lnet/minecraft/class_7159;field_37831:Ljava/util/ArrayDeque;
      named queue Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;queue:Ljava/util/ArrayDeque;
    • pending

      Mappings:
      Namespace Name Mixin selector
      official f Ldlq;f:Ljava/util/List;
      intermediary field_37832 Lnet/minecraft/class_7159;field_37832:Ljava/util/List;
      named pending Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;pending:Ljava/util/List;
    • depth

      private int depth
      Mappings:
      Namespace Name Mixin selector
      official g Ldlq;g:I
      intermediary field_37833 Lnet/minecraft/class_7159;field_37833:I
      named depth Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;depth:I
  • Constructor Details

    • ChainRestrictedNeighborUpdater

      public ChainRestrictedNeighborUpdater(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldlq;<init>(Laee;)V
      intermediary <init> Lnet/minecraft/class_7159;<init>(Lnet/minecraft/class_3218;)V
      named <init> Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;<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
    • updateNeighbors

      public void updateNeighbors(BlockPos pos, Block sourceBlock, @Nullable @Nullable Direction except)
      Specified by:
      updateNeighbors in interface NeighborUpdater
      Mappings:
      Namespace Name Mixin selector
      official a Ldls;a(Lgk;Lcet;Lgp;)V
      intermediary method_41705 Lnet/minecraft/class_7165;method_41705(Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;Lnet/minecraft/class_2350;)V
      named updateNeighbors Lnet/minecraft/world/block/NeighborUpdater;updateNeighbors(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;Lnet/minecraft/util/math/Direction;)V
    • enqueue

      private void enqueue(BlockPos pos, ChainRestrictedNeighborUpdater.Entry entry)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlq;a(Lgk;Ldlq$c;)V
      intermediary method_41706 Lnet/minecraft/class_7159;method_41706(Lnet/minecraft/class_2338;Lnet/minecraft/class_7159$class_7162;)V
      named enqueue Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;enqueue(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater$Entry;)V
    • runQueuedUpdates

      private void runQueuedUpdates()
      Mappings:
      Namespace Name Mixin selector
      official a Ldlq;a()V
      intermediary method_41702 Lnet/minecraft/class_7159;method_41702()V
      named runQueuedUpdates Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater;runQueuedUpdates()V