Package net.minecraft

Record Class class_11587.class_11590

java.lang.Object
java.lang.Record
net.minecraft.class_11587.class_11590
Record Components:
block -
level -
facing -
center -
cache -
Enclosing interface:
class_11587

public static record class_11587.class_11590(class_11587 block, WorldAccess level, Direction facing, BlockPos center, Map<BlockPos,class_11587.class_11589> cache) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11587$class_11590
intermediary net/minecraft/class_11587$class_11590
official dyi$c
named block
intermediary comp_4438
official a
named level
intermediary comp_4439
official b
named facing
intermediary comp_4440
official c
named center
intermediary comp_4441
official d
named cache
intermediary comp_4442
official e
  • Field Details

  • Constructor Details

  • Method Details

    • method_72638

      private boolean method_72638(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      named method_72638 Lnet/minecraft/class_11587$class_11590;method_72638(Lnet/minecraft/block/BlockState;)Z
      intermediary method_72638 Lnet/minecraft/class_11587$class_11590;method_72638(Lnet/minecraft/class_2680;)Z
      official a Ldyi$c;a(Lefg;)Z
    • method_72639

      private class_11587.class_11589 method_72639(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      named method_72639 Lnet/minecraft/class_11587$class_11590;method_72639(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/class_11587$class_11589;
      intermediary method_72639 Lnet/minecraft/class_11587$class_11590;method_72639(Lnet/minecraft/class_2338;)Lnet/minecraft/class_11587$class_11589;
      official a Ldyi$c;a(Ljb;)Ldyi$b;
    • method_72640

      private class_11587.class_11589 method_72640(Direction direction, Integer integer)
      Mappings:
      Namespace Name Mixin selector
      named method_72640 Lnet/minecraft/class_11587$class_11590;method_72640(Lnet/minecraft/util/math/Direction;Ljava/lang/Integer;)Lnet/minecraft/class_11587$class_11589;
      intermediary method_72640 Lnet/minecraft/class_11587$class_11590;method_72640(Lnet/minecraft/class_2350;Ljava/lang/Integer;)Lnet/minecraft/class_11587$class_11589;
      official a Ldyi$c;a(Ljh;Ljava/lang/Integer;)Ldyi$b;
    • method_72637

      public class_11587.class_11589 method_72637(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_72637 Lnet/minecraft/class_11587$class_11590;method_72637(I)Lnet/minecraft/class_11587$class_11589;
      intermediary method_72637 Lnet/minecraft/class_11587$class_11590;method_72637(I)Lnet/minecraft/class_11587$class_11589;
      official a Ldyi$c;a(I)Ldyi$b;
    • method_72642

      public class_11587.class_11589 method_72642(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_72642 Lnet/minecraft/class_11587$class_11590;method_72642(I)Lnet/minecraft/class_11587$class_11589;
      intermediary method_72642 Lnet/minecraft/class_11587$class_11590;method_72642(I)Lnet/minecraft/class_11587$class_11589;
      official b Ldyi$c;b(I)Ldyi$b;
    • method_72636

      public class_11587.class_11589 method_72636()
      Mappings:
      Namespace Name Mixin selector
      named method_72636 Lnet/minecraft/class_11587$class_11590;method_72636()Lnet/minecraft/class_11587$class_11589;
      intermediary method_72636 Lnet/minecraft/class_11587$class_11590;method_72636()Lnet/minecraft/class_11587$class_11589;
      official a Ldyi$c;a()Ldyi$b;
    • method_72641

      public class_11587.class_11589 method_72641()
      Mappings:
      Namespace Name Mixin selector
      named method_72641 Lnet/minecraft/class_11587$class_11590;method_72641()Lnet/minecraft/class_11587$class_11589;
      intermediary method_72641 Lnet/minecraft/class_11587$class_11590;method_72641()Lnet/minecraft/class_11587$class_11589;
      official b Ldyi$c;b()Ldyi$b;
    • 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.
    • block

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

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

      public Direction facing()
      Returns the value of the facing record component.
      Returns:
      the value of the facing record component
    • center

      public BlockPos center()
      Returns the value of the center record component.
      Returns:
      the value of the center record component
    • cache

      Returns the value of the cache record component.
      Returns:
      the value of the cache record component