Package net.minecraft.server
Record Class SaveLoading.class_7660
java.lang.Object
java.lang.Record
net.minecraft.server.SaveLoading.class_7660
- Record Components:
resources-dataConfiguration-datapackWorldgen-datapackDimensions-
- Enclosing class:
SaveLoading
public static record SaveLoading.class_7660(ResourceManager resources, class_7712 dataConfiguration, DynamicRegistryManager.Immutable datapackWorldgen, DynamicRegistryManager.Immutable datapackDimensions)
extends Record
- Mappings:
Namespace Name official aco$aintermediary net/minecraft/class_7237$class_7660named net/minecraft/server/SaveLoading$class_7660official aintermediary comp_987named resourcesofficial bintermediary comp_988named dataConfigurationofficial cintermediary comp_989named datapackWorldgenofficial dintermediary comp_990named datapackDimensions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7712The field for thedataConfigurationrecord component.private final DynamicRegistryManager.ImmutableThe field for thedatapackDimensionsrecord component.private final DynamicRegistryManager.ImmutableThe field for thedatapackWorldgenrecord component.private final ResourceManagerThe field for theresourcesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7660(ResourceManager resourceManager, class_7712 class_7712, DynamicRegistryManager.Immutable immutable, DynamicRegistryManager.Immutable immutable2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedataConfigurationrecord component.Returns the value of thedatapackDimensionsrecord component.Returns the value of thedatapackWorldgenrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theresourcesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
resources
The field for theresourcesrecord component. -
dataConfiguration
The field for thedataConfigurationrecord component. -
datapackWorldgen
The field for thedatapackWorldgenrecord component. -
datapackDimensions
The field for thedatapackDimensionsrecord component.
-
-
Constructor Details
-
class_7660
public class_7660(ResourceManager resourceManager, class_7712 class_7712, DynamicRegistryManager.Immutable immutable, DynamicRegistryManager.Immutable immutable2)
-
-
Method Details
-
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). -
resources
Returns the value of theresourcesrecord component.- Returns:
- the value of the
resourcesrecord component
-
dataConfiguration
Returns the value of thedataConfigurationrecord component.- Returns:
- the value of the
dataConfigurationrecord component
-
datapackWorldgen
Returns the value of thedatapackWorldgenrecord component.- Returns:
- the value of the
datapackWorldgenrecord component
-
datapackDimensions
Returns the value of thedatapackDimensionsrecord component.- Returns:
- the value of the
datapackDimensionsrecord component
-