Interface ChainRestrictedNeighborUpdater.Entry

All Known Implementing Classes:
ChainRestrictedNeighborUpdater.SimpleEntry, ChainRestrictedNeighborUpdater.SixWayEntry, ChainRestrictedNeighborUpdater.StatefulEntry, ChainRestrictedNeighborUpdater.StateReplacementEntry
Enclosing class:
ChainRestrictedNeighborUpdater

private static interface ChainRestrictedNeighborUpdater.Entry
Mappings:
Namespace Name
named net/minecraft/world/block/ChainRestrictedNeighborUpdater$Entry
intermediary net/minecraft/class_7159$class_7162
official fhc$c
  • Method Details

    • update

      boolean update(World world)
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater$Entry;update(Lnet/minecraft/world/World;)Z
      intermediary method_41707 Lnet/minecraft/class_7159$class_7162;method_41707(Lnet/minecraft/class_1937;)Z
      official a Lfhc$c;a(Ldrq;)Z
    • runCallback

      void runCallback(Consumer<BlockPos> callback)
      Mappings:
      Namespace Name Mixin selector
      named runCallback Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater$Entry;runCallback(Ljava/util/function/Consumer;)V
      intermediary method_74695 Lnet/minecraft/class_7159$class_7162;method_74695(Ljava/util/function/Consumer;)V
      official a Lfhc$c;a(Ljava/util/function/Consumer;)V