Package net.minecraft
Record Class class_6625
java.lang.Object
java.lang.Record
net.minecraft.class_6625
- Record Components:
resourceManager-registryAccess-structureManager-
public record class_6625(ResourceManager resourceManager, DynamicRegistryManager registryAccess, StructureManager structureManager)
extends Record
- Mappings:
Namespace Name official dfaintermediary net/minecraft/class_6625named net/minecraft/class_6625official aintermediary comp_133named resourceManagerofficial bintermediary comp_134named registryAccessofficial cintermediary comp_135named structureManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DynamicRegistryManagerThe field for theregistryAccessrecord component.private final ResourceManagerThe field for theresourceManagerrecord component.private final StructureManagerThe field for thestructureManagerrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_6625(ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager, StructureManager structureManager) -
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.static class_6625method_38713(ServerWorld serverWorld) Returns the value of theregistryAccessrecord component.Returns the value of theresourceManagerrecord component.Returns the value of thestructureManagerrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
resourceManager
The field for theresourceManagerrecord component. -
registryAccess
The field for theregistryAccessrecord component. -
structureManager
The field for thestructureManagerrecord component.
-
-
Constructor Details
-
class_6625
public class_6625(ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager, StructureManager structureManager)
-
-
Method Details
-
method_38713
- Mappings:
Namespace Name Mixin selector official aLdfa;a(Lacf;)Ldfa;intermediary method_38713Lnet/minecraft/class_6625;method_38713(Lnet/minecraft/class_3218;)Lnet/minecraft/class_6625;named method_38713Lnet/minecraft/class_6625;method_38713(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/class_6625;
-
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). -
resourceManager
Returns the value of theresourceManagerrecord component.- Returns:
- the value of the
resourceManagerrecord component
-
registryAccess
Returns the value of theregistryAccessrecord component.- Returns:
- the value of the
registryAccessrecord component
-
structureManager
Returns the value of thestructureManagerrecord component.- Returns:
- the value of the
structureManagerrecord component
-