Package net.minecraft

Record Class class_11587.class_11591

java.lang.Object
java.lang.Record
net.minecraft.class_11587.class_11591
Record Components:
level -
block -
pos -
part -
All Implemented Interfaces:
class_11587.class_11589
Enclosing interface:
class_11587

public static record class_11587.class_11591(WorldAccess level, class_11587 block, BlockPos pos, class_11598 part) extends Record implements class_11587.class_11589
Mappings:
Namespace Name
named net/minecraft/class_11587$class_11591
intermediary net/minecraft/class_11587$class_11591
official dyi$d
named level
intermediary comp_4443
official a
named block
intermediary comp_4444
official b
named pos
intermediary comp_4437
official c
named part
intermediary comp_4445
official d
  • Field Details

    • level

      private final WorldAccess level
      The field for the level record component.
    • block

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

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

      private final class_11598 part
      The field for the part record component.
  • Constructor Details

  • Method Details

    • method_72630

      public boolean method_72630()
      Specified by:
      method_72630 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72630 Lnet/minecraft/class_11587$class_11589;method_72630()Z
      intermediary method_72630 Lnet/minecraft/class_11587$class_11589;method_72630()Z
      official a Ldyi$b;a()Z
    • method_72631

      public boolean method_72631(class_11598 class_11598)
      Specified by:
      method_72631 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72631 Lnet/minecraft/class_11587$class_11589;method_72631(Lnet/minecraft/class_11598;)Z
      intermediary method_72631 Lnet/minecraft/class_11587$class_11589;method_72631(Lnet/minecraft/class_11598;)Z
      official a Ldyi$b;a(Lego;)Z
    • method_72632

      public void method_72632()
      Specified by:
      method_72632 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72632 Lnet/minecraft/class_11587$class_11589;method_72632()V
      intermediary method_72632 Lnet/minecraft/class_11587$class_11589;method_72632()V
      official c Ldyi$b;c()V
    • method_72633

      public void method_72633()
      Specified by:
      method_72633 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72633 Lnet/minecraft/class_11587$class_11589;method_72633()V
      intermediary method_72633 Lnet/minecraft/class_11587$class_11589;method_72633()V
      official d Ldyi$b;d()V
    • method_72634

      public void method_72634()
      Specified by:
      method_72634 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72634 Lnet/minecraft/class_11587$class_11589;method_72634()V
      intermediary method_72634 Lnet/minecraft/class_11587$class_11589;method_72634()V
      official e Ldyi$b;e()V
    • method_72635

      public void method_72635()
      Specified by:
      method_72635 in interface class_11587.class_11589
      Mappings:
      Namespace Name Mixin selector
      named method_72635 Lnet/minecraft/class_11587$class_11589;method_72635()V
      intermediary method_72635 Lnet/minecraft/class_11587$class_11589;method_72635()V
      official f Ldyi$b;f()V
    • 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.
    • level

      public WorldAccess level()
      Returns the value of the level record component.
      Returns:
      the value of the level record component
    • block

      public class_11587 block()
      Returns the value of the block record component.
      Returns:
      the value of the block record component
    • pos

      public BlockPos pos()
      Returns the value of the pos record component.
      Specified by:
      pos in interface class_11587.class_11589
      Returns:
      the value of the pos record component
    • part

      public class_11598 part()
      Returns the value of the part record component.
      Returns:
      the value of the part record component