Package net.minecraft

Record Class class_11287.class_11289

java.lang.Object
java.lang.Record
net.minecraft.class_11287.class_11289
Record Components:
value -
All Implemented Interfaces:
class_11287
Enclosing interface:
class_11287

@Environment(CLIENT) public static record class_11287.class_11289(Vector3i value) extends Record implements class_11287
Mappings:
Namespace Name
named net/minecraft/class_11287$class_11289
intermediary net/minecraft/class_11287$class_11289
official guq$b
named value
intermediary comp_4169
official c
  • Field Details

    • value

      private final Vector3i value
      The field for the value record component.
    • field_60132

      public static final com.mojang.serialization.Codec<class_11287.class_11289> field_60132
      Mappings:
      Namespace Name Mixin selector
      named field_60132 Lnet/minecraft/class_11287$class_11289;field_60132:Lcom/mojang/serialization/Codec;
      intermediary field_60132 Lnet/minecraft/class_11287$class_11289;field_60132:Lcom/mojang/serialization/Codec;
      official b Lguq$b;b:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • class_11289

      public class_11289(Vector3i vector3i)
  • Method Details

    • method_71131

      public void method_71131(Std140Builder std140Builder)
      Specified by:
      method_71131 in interface class_11287
      Mappings:
      Namespace Name Mixin selector
      named method_71131 Lnet/minecraft/class_11287;method_71131(Lcom/mojang/blaze3d/buffers/Std140Builder;)V
      intermediary method_71131 Lnet/minecraft/class_11287;method_71131(Lcom/mojang/blaze3d/buffers/Std140Builder;)V
      official a Lguq;a(Lcom/mojang/blaze3d/buffers/Std140Builder;)V
    • method_71132

      public void method_71132(Std140SizeCalculator std140SizeCalculator)
      Specified by:
      method_71132 in interface class_11287
      Mappings:
      Namespace Name Mixin selector
      named method_71132 Lnet/minecraft/class_11287;method_71132(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)V
      intermediary method_71132 Lnet/minecraft/class_11287;method_71132(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)V
      official a Lguq;a(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)V
    • method_71130

      public class_11287.class_11292 method_71130()
      Specified by:
      method_71130 in interface class_11287
      Mappings:
      Namespace Name Mixin selector
      named method_71130 Lnet/minecraft/class_11287;method_71130()Lnet/minecraft/class_11287$class_11292;
      intermediary method_71130 Lnet/minecraft/class_11287;method_71130()Lnet/minecraft/class_11287$class_11292;
      official a Lguq;a()Lguq$e;
    • 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.
    • value

      public Vector3i value()
      Returns the value of the value record component.
      Returns:
      the value of the value record component