Package net.minecraft

Record Class class_7159.class_7163

java.lang.Object
java.lang.Record
net.minecraft.class_7159.class_7163
Record Components:
pos -
block -
neighborPos -
All Implemented Interfaces:
class_7159.class_7162
Enclosing class:
class_7159

static record class_7159.class_7163(BlockPos pos, Block block, BlockPos neighborPos) extends Record implements class_7159.class_7162
Mappings:
Namespace Name
official dlq$d
intermediary net/minecraft/class_7159$class_7163
named net/minecraft/class_7159$class_7163
official a
intermediary comp_589
named pos
official b
intermediary comp_590
named block
official c
intermediary comp_591
named neighborPos
  • Field Details

    • pos

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

      private final Block block
      The field for the block record component.
    • neighborPos

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

  • Method Details

    • method_41707

      public boolean method_41707(ServerWorld serverWorld)
      Specified by:
      method_41707 in interface class_7159.class_7162
      Mappings:
      Namespace Name Mixin selector
      official a Ldlq$c;a(Laee;)Z
      intermediary method_41707 Lnet/minecraft/class_7159$class_7162;method_41707(Lnet/minecraft/class_3218;)Z
      named method_41707 Lnet/minecraft/class_7159$class_7162;method_41707(Lnet/minecraft/server/world/ServerWorld;)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
    • block

      public Block block()
      Returns the value of the block record component.
      Returns:
      the value of the block record component
    • neighborPos

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