Package net.minecraft
Record Class class_7726
java.lang.Object
java.lang.Record
net.minecraft.class_7726
- Record Components:
options-dimensions-
- Mappings:
Namespace Name official ddxintermediary net/minecraft/class_7726named net/minecraft/class_7726official bintermediary comp_1019named optionsofficial cintermediary comp_1020named dimensions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7723The field for thedimensionsrecord component.static final com.mojang.serialization.Codec<class_7726>private final GeneratorOptionsThe field for theoptionsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedimensionsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static <T> com.mojang.serialization.DataResult<T>method_45538(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, class_7723 class_7723) static <T> com.mojang.serialization.DataResult<T>method_45539(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, DynamicRegistryManager dynamicRegistryManager) options()Returns the value of theoptionsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
options
The field for theoptionsrecord component. -
dimensions
The field for thedimensionsrecord component. -
field_40366
- Mappings:
Namespace Name Mixin selector official aLddx;a:Lcom/mojang/serialization/Codec;intermediary field_40366Lnet/minecraft/class_7726;field_40366:Lcom/mojang/serialization/Codec;named field_40366Lnet/minecraft/class_7726;field_40366:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_7726
-
-
Method Details
-
method_45538
public static <T> com.mojang.serialization.DataResult<T> method_45538(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, class_7723 class_7723) - Mappings:
Namespace Name Mixin selector official aLddx;a(Lcom/mojang/serialization/DynamicOps;Lddz;Lddw;)Lcom/mojang/serialization/DataResult;intermediary method_45538Lnet/minecraft/class_7726;method_45538(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5285;Lnet/minecraft/class_7723;)Lcom/mojang/serialization/DataResult;named method_45538Lnet/minecraft/class_7726;method_45538(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/world/gen/GeneratorOptions;Lnet/minecraft/class_7723;)Lcom/mojang/serialization/DataResult;
-
method_45539
public static <T> com.mojang.serialization.DataResult<T> method_45539(com.mojang.serialization.DynamicOps<T> dynamicOps, GeneratorOptions generatorOptions, DynamicRegistryManager dynamicRegistryManager) - Mappings:
Namespace Name Mixin selector official aLddx;a(Lcom/mojang/serialization/DynamicOps;Lddz;Lhm;)Lcom/mojang/serialization/DataResult;intermediary method_45539Lnet/minecraft/class_7726;method_45539(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5285;Lnet/minecraft/class_5455;)Lcom/mojang/serialization/DataResult;named method_45539Lnet/minecraft/class_7726;method_45539(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/world/gen/GeneratorOptions;Lnet/minecraft/util/registry/DynamicRegistryManager;)Lcom/mojang/serialization/DataResult;
-
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). -
options
Returns the value of theoptionsrecord component.- Returns:
- the value of the
optionsrecord component
-
dimensions
Returns the value of thedimensionsrecord component.- Returns:
- the value of the
dimensionsrecord component
-