Package net.minecraft
Record Class class_10665.class_10666
java.lang.Object
java.lang.Record
net.minecraft.class_10665.class_10666
- Record Components:
definitions-
- All Implemented Interfaces:
class_10665
- Enclosing interface:
class_10665
public static record class_10665.class_10666(List<RegistryEntry<class_10665>> definitions)
extends Record
implements class_10665
- Mappings:
Namespace Name named net/minecraft/class_10665$class_10666intermediary net/minecraft/class_10665$class_10666official tj$anamed definitionsintermediary comp_3549official d
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_10665
class_10665.class_10666, class_10665.class_10667, class_10665.class_10668, class_10665.class_10670, class_10665.class_10671 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<RegistryEntry<class_10665>> The field for thedefinitionsrecord component.static final com.mojang.serialization.MapCodec<class_10665.class_10666> Fields inherited from interface net.minecraft.class_10665
field_56200, field_56201 -
Constructor Summary
ConstructorsConstructorDescriptionclass_10666(List<RegistryEntry<class_10665>> list) class_10666(class_10665[] class_10665) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedefinitionsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.serialization.MapCodec<class_10665.class_10666> voidmethod_67051(ServerWorld serverWorld) voidmethod_67054(ServerWorld serverWorld) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
definitions
The field for thedefinitionsrecord component. -
field_56202
- Mappings:
Namespace Name Mixin selector named field_56202Lnet/minecraft/class_10665$class_10666;field_56202:Lcom/mojang/serialization/MapCodec;intermediary field_56202Lnet/minecraft/class_10665$class_10666;field_56202:Lcom/mojang/serialization/MapCodec;official cLtj$a;c:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_10666
-
class_10666
-
-
Method Details
-
method_67051
- Specified by:
method_67051in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67051Lnet/minecraft/class_10665;method_67051(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_67051Lnet/minecraft/class_10665;method_67051(Lnet/minecraft/class_3218;)Vofficial aLtj;a(Larn;)V
-
method_67054
- Specified by:
method_67054in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67054Lnet/minecraft/class_10665;method_67054(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_67054Lnet/minecraft/class_10665;method_67054(Lnet/minecraft/class_3218;)Vofficial bLtj;b(Larn;)V
-
method_67050
- Specified by:
method_67050in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67050Lnet/minecraft/class_10665;method_67050()Lcom/mojang/serialization/MapCodec;intermediary method_67050Lnet/minecraft/class_10665;method_67050()Lcom/mojang/serialization/MapCodec;official aLtj;a()Lcom/mojang/serialization/MapCodec;
-
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). -
definitions
Returns the value of thedefinitionsrecord component.- Returns:
- the value of the
definitionsrecord component
-