Package net.minecraft
Record Class class_7193
java.lang.Object
java.lang.Record
net.minecraft.class_7193
- Record Components:
worldGenSettings-worldSettingsStability-registryAccess-dataPackResources-
@Environment(CLIENT)
public record class_7193(GeneratorOptions worldGenSettings, com.mojang.serialization.Lifecycle worldSettingsStability, DynamicRegistryManager.Immutable registryAccess, DataPackContents dataPackResources)
extends Record
- Mappings:
Namespace Name official ejwintermediary net/minecraft/class_7193named net/minecraft/class_7193official aintermediary comp_616named worldGenSettingsofficial bintermediary comp_617named worldSettingsStabilityofficial cintermediary comp_618named registryAccessofficial dintermediary comp_619named dataPackResources
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DataPackContentsThe field for thedataPackResourcesrecord component.private final DynamicRegistryManager.ImmutableThe field for theregistryAccessrecord component.private final GeneratorOptionsThe field for theworldGenSettingsrecord component.private final com.mojang.serialization.LifecycleThe field for theworldSettingsStabilityrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7193(GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle, DynamicRegistryManager.Immutable immutable, DataPackContents dataPackContents) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedataPackResourcesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_41864(GeneratorOptions generatorOptions) method_41865(class_7193.class_7194 class_7194) method_41866(class_7193.class_7195 class_7195) Returns the value of theregistryAccessrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theworldGenSettingsrecord component.com.mojang.serialization.LifecycleReturns the value of theworldSettingsStabilityrecord component.
-
Field Details
-
worldGenSettings
The field for theworldGenSettingsrecord component. -
worldSettingsStability
private final com.mojang.serialization.Lifecycle worldSettingsStabilityThe field for theworldSettingsStabilityrecord component. -
registryAccess
The field for theregistryAccessrecord component. -
dataPackResources
The field for thedataPackResourcesrecord component.
-
-
Constructor Details
-
class_7193
public class_7193(GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle, DynamicRegistryManager.Immutable immutable, DataPackContents dataPackContents)
-
-
Method Details
-
method_41864
- Mappings:
Namespace Name Mixin selector official aLejw;a(Lcwm;)Lejw;intermediary method_41864Lnet/minecraft/class_7193;method_41864(Lnet/minecraft/class_5285;)Lnet/minecraft/class_7193;named method_41864Lnet/minecraft/class_7193;method_41864(Lnet/minecraft/world/gen/GeneratorOptions;)Lnet/minecraft/class_7193;
-
method_41865
- Mappings:
Namespace Name Mixin selector official aLejw;a(Lejw$a;)Lejw;intermediary method_41865Lnet/minecraft/class_7193;method_41865(Lnet/minecraft/class_7193$class_7194;)Lnet/minecraft/class_7193;named method_41865Lnet/minecraft/class_7193;method_41865(Lnet/minecraft/class_7193$class_7194;)Lnet/minecraft/class_7193;
-
method_41866
- Mappings:
Namespace Name Mixin selector official aLejw;a(Lejw$b;)Lejw;intermediary method_41866Lnet/minecraft/class_7193;method_41866(Lnet/minecraft/class_7193$class_7195;)Lnet/minecraft/class_7193;named method_41866Lnet/minecraft/class_7193;method_41866(Lnet/minecraft/class_7193$class_7195;)Lnet/minecraft/class_7193;
-
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). -
worldGenSettings
Returns the value of theworldGenSettingsrecord component.- Returns:
- the value of the
worldGenSettingsrecord component
-
worldSettingsStability
public com.mojang.serialization.Lifecycle worldSettingsStability()Returns the value of theworldSettingsStabilityrecord component.- Returns:
- the value of the
worldSettingsStabilityrecord component
-
registryAccess
Returns the value of theregistryAccessrecord component.- Returns:
- the value of the
registryAccessrecord component
-
dataPackResources
Returns the value of thedataPackResourcesrecord component.- Returns:
- the value of the
dataPackResourcesrecord component
-