Package net.minecraft

Record Class class_11287.class_11291

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

@Environment(CLIENT) public static record class_11287.class_11291(Matrix4fc value) extends Record implements class_11287
Mappings:
Namespace Name
named net/minecraft/class_11287$class_11291
intermediary net/minecraft/class_11287$class_11291
official guq$d
named value
intermediary comp_4171
official c
  • Field Details

    • value

      private final Matrix4fc value
      The field for the value record component.
    • field_60134

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

    • class_11291

      public class_11291(Matrix4fc matrix4fc)
  • 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 Matrix4fc value()
      Returns the value of the value record component.
      Returns:
      the value of the value record component