Package net.minecraft.structure
Record Class StructureSet
java.lang.Object
java.lang.Record
net.minecraft.structure.StructureSet
- Record Components:
structures-placement-
public record StructureSet(List<StructureSet.class_7060> structures, StructurePlacement placement)
extends Record
- Mappings:
Namespace Name official dfpintermediary net/minecraft/class_7059named net/minecraft/structure/StructureSetofficial cintermediary comp_510named structuresofficial dintermediary comp_511named placement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSet>static final com.mojang.serialization.Codec<RegistryEntry<StructureSet>>private final StructurePlacementThe field for theplacementrecord component.private final List<StructureSet.class_7060>The field for thestructuresrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionStructureSet(List<StructureSet.class_7060> list, StructurePlacement structurePlacement) StructureSet(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, StructurePlacement structurePlacement) -
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 StructureSet.class_7060method_41145(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry) static StructureSet.class_7060method_41146(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, int int2) Returns the value of theplacementrecord component.Returns the value of thestructuresrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
structures
The field for thestructuresrecord component. -
placement
The field for theplacementrecord component. -
field_37195
- Mappings:
Namespace Name Mixin selector official aLdfp;a:Lcom/mojang/serialization/Codec;intermediary field_37195Lnet/minecraft/class_7059;field_37195:Lcom/mojang/serialization/Codec;named field_37195Lnet/minecraft/structure/StructureSet;field_37195:Lcom/mojang/serialization/Codec;
-
field_37196
- Mappings:
Namespace Name Mixin selector official bLdfp;b:Lcom/mojang/serialization/Codec;intermediary field_37196Lnet/minecraft/class_7059;field_37196:Lcom/mojang/serialization/Codec;named field_37196Lnet/minecraft/structure/StructureSet;field_37196:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
StructureSet
public StructureSet(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, StructurePlacement structurePlacement) -
StructureSet
-
-
Method Details
-
method_41146
public static StructureSet.class_7060 method_41146(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, int int2) - Mappings:
Namespace Name Mixin selector official aLdfp;a(Lgs;I)Ldfp$a;intermediary method_41146Lnet/minecraft/class_7059;method_41146(Lnet/minecraft/class_6880;I)Lnet/minecraft/class_7059$class_7060;named method_41146Lnet/minecraft/structure/StructureSet;method_41146(Lnet/minecraft/util/registry/RegistryEntry;I)Lnet/minecraft/structure/StructureSet$class_7060;
-
method_41145
public static StructureSet.class_7060 method_41145(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry) - Mappings:
Namespace Name Mixin selector official aLdfp;a(Lgs;)Ldfp$a;intermediary method_41145Lnet/minecraft/class_7059;method_41145(Lnet/minecraft/class_6880;)Lnet/minecraft/class_7059$class_7060;named method_41145Lnet/minecraft/structure/StructureSet;method_41145(Lnet/minecraft/util/registry/RegistryEntry;)Lnet/minecraft/structure/StructureSet$class_7060;
-
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). -
structures
Returns the value of thestructuresrecord component.- Returns:
- the value of the
structuresrecord component
-
placement
Returns the value of theplacementrecord component.- Returns:
- the value of the
placementrecord component
-