Record Class ChainRestrictedNeighborUpdater.SimpleEntry

java.lang.Object
java.lang.Record
net.minecraft.world.block.ChainRestrictedNeighborUpdater.SimpleEntry
Record Components:
pos -
sourceBlock -
sourcePos -
All Implemented Interfaces:
ChainRestrictedNeighborUpdater.Entry
Enclosing class:
ChainRestrictedNeighborUpdater

static record ChainRestrictedNeighborUpdater.SimpleEntry(BlockPos pos, Block sourceBlock, BlockPos sourcePos) extends Record implements ChainRestrictedNeighborUpdater.Entry
Mappings:
Namespace Name
official duk$e
intermediary net/minecraft/class_7159$class_7163
named net/minecraft/world/block/ChainRestrictedNeighborUpdater$SimpleEntry
official a
intermediary comp_589
named pos
official b
intermediary comp_590
named sourceBlock
official c
intermediary comp_591
named sourcePos
  • Field Details

    • pos

      private final BlockPos pos
      The field for the pos record component.
    • sourceBlock

      private final Block sourceBlock
      The field for the sourceBlock record component.
    • sourcePos

      private final BlockPos sourcePos
      The field for the sourcePos record component.
  • Constructor Details

  • Method Details

    • update

      public boolean update(World world)
      Specified by:
      update in interface ChainRestrictedNeighborUpdater.Entry
      Mappings:
      Namespace Name Mixin selector
      official a Lduk$c;a(Lcjw;)Z
      intermediary method_41707 Lnet/minecraft/class_7159$class_7162;method_41707(Lnet/minecraft/class_1937;)Z
      named update Lnet/minecraft/world/block/ChainRestrictedNeighborUpdater$Entry;update(Lnet/minecraft/world/World;)Z
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • pos

      public BlockPos pos()
      Returns the value of the pos record component.
      Returns:
      the value of the pos record component
    • sourceBlock

      public Block sourceBlock()
      Returns the value of the sourceBlock record component.
      Returns:
      the value of the sourceBlock record component
    • sourcePos

      public BlockPos sourcePos()
      Returns the value of the sourcePos record component.
      Returns:
      the value of the sourcePos record component