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_11289intermediary net/minecraft/class_11287$class_11289official guq$bnamed valueintermediary comp_4169official c
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_11287
class_11287.class_11288, class_11287.class_11289, class_11287.class_11290, class_11287.class_11291, class_11287.class_11292, class_11287.class_11293, class_11287.class_11294, class_11287.class_11295 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11287.class_11289> private final Vector3iThe field for thevaluerecord component.Fields inherited from interface net.minecraft.class_11287
field_60130 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_71131(Std140Builder std140Builder) voidmethod_71132(Std140SizeCalculator std140SizeCalculator) final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Field Details
-
value
The field for thevaluerecord component. -
field_60132
- Mappings:
Namespace Name Mixin selector named field_60132Lnet/minecraft/class_11287$class_11289;field_60132:Lcom/mojang/serialization/Codec;intermediary field_60132Lnet/minecraft/class_11287$class_11289;field_60132:Lcom/mojang/serialization/Codec;official bLguq$b;b:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_11289
-
-
Method Details
-
method_71131
- Specified by:
method_71131in interfaceclass_11287- Mappings:
Namespace Name Mixin selector named method_71131Lnet/minecraft/class_11287;method_71131(Lcom/mojang/blaze3d/buffers/Std140Builder;)Vintermediary method_71131Lnet/minecraft/class_11287;method_71131(Lcom/mojang/blaze3d/buffers/Std140Builder;)Vofficial aLguq;a(Lcom/mojang/blaze3d/buffers/Std140Builder;)V
-
method_71132
- Specified by:
method_71132in interfaceclass_11287- Mappings:
Namespace Name Mixin selector named method_71132Lnet/minecraft/class_11287;method_71132(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)Vintermediary method_71132Lnet/minecraft/class_11287;method_71132(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)Vofficial aLguq;a(Lcom/mojang/blaze3d/buffers/Std140SizeCalculator;)V
-
method_71130
- Specified by:
method_71130in interfaceclass_11287- Mappings:
Namespace Name Mixin selector named method_71130Lnet/minecraft/class_11287;method_71130()Lnet/minecraft/class_11287$class_11292;intermediary method_71130Lnet/minecraft/class_11287;method_71130()Lnet/minecraft/class_11287$class_11292;official aLguq;a()Lguq$e;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-