Package net.minecraft.structure
Record Class StructurePiecesList
java.lang.Object
java.lang.Record
net.minecraft.structure.StructurePiecesList
- Record Components:
- pieces-
An immutable list of structure pieces, usually belonging to a structure
 start.
- Mappings:
- Namespace - Name - named - net/minecraft/structure/StructurePiecesList- intermediary - net/minecraft/class_6624- official - eoc- named - pieces- intermediary - comp_132- official - a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Map<Identifier, Identifier> private static final Identifierprivate static final Loggerprivate final List<StructurePiece> The field for thepiecesrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionStructurePiecesList(List<StructurePiece> pieces) Creates an instance of aStructurePiecesListrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanfinal booleanIndicates whether some other object is "equal to" this one.static StructurePiecesListfromNbt(NbtList list, StructureContext context) final inthashCode()Returns a hash code value for this object.booleanisEmpty()pieces()Returns the value of thepiecesrecord component.toNbt(StructureContext context) final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
piecesThe field for thepiecesrecord component.
- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/structure/StructurePiecesList;LOGGER:Lorg/slf4j/Logger;- intermediary - field_34941- Lnet/minecraft/class_6624;field_34941:Lorg/slf4j/Logger;- official - b- Leoc;b:Lorg/slf4j/Logger;
 
- 
JIGSAW- Mappings:
- Namespace - Name - Mixin selector - named - JIGSAW- Lnet/minecraft/structure/StructurePiecesList;JIGSAW:Lnet/minecraft/util/Identifier;- intermediary - field_34942- Lnet/minecraft/class_6624;field_34942:Lnet/minecraft/class_2960;- official - c- Leoc;c:Lakv;
 
- 
ID_UPDATES- Mappings:
- Namespace - Name - Mixin selector - named - ID_UPDATES- Lnet/minecraft/structure/StructurePiecesList;ID_UPDATES:Ljava/util/Map;- intermediary - field_34943- Lnet/minecraft/class_6624;field_34943:Ljava/util/Map;- official - d- Leoc;d:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
StructurePiecesListCreates an instance of aStructurePiecesListrecord class.- Parameters:
- pieces- the value for the- piecesrecord component
 
 
- 
- 
Method Details- 
isEmptypublic boolean isEmpty()- Mappings:
- Namespace - Name - Mixin selector - named - isEmpty- Lnet/minecraft/structure/StructurePiecesList;isEmpty()Z- intermediary - method_38708- Lnet/minecraft/class_6624;method_38708()Z- official - a- Leoc;a()Z
 
- 
contains- Mappings:
- Namespace - Name - Mixin selector - named - contains- Lnet/minecraft/structure/StructurePiecesList;contains(Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_38710- Lnet/minecraft/class_6624;method_38710(Lnet/minecraft/class_2338;)Z- official - a- Leoc;a(Lji;)Z
 
- 
toNbt- Mappings:
- Namespace - Name - Mixin selector - named - toNbt- Lnet/minecraft/structure/StructurePiecesList;toNbt(Lnet/minecraft/structure/StructureContext;)Lnet/minecraft/nbt/NbtElement;- intermediary - method_38709- Lnet/minecraft/class_6624;method_38709(Lnet/minecraft/class_6625;)Lnet/minecraft/class_2520;- official - a- Leoc;a(Leod;)Lun;
 
- 
fromNbt- Mappings:
- Namespace - Name - Mixin selector - named - fromNbt- Lnet/minecraft/structure/StructurePiecesList;fromNbt(Lnet/minecraft/nbt/NbtList;Lnet/minecraft/structure/StructureContext;)Lnet/minecraft/structure/StructurePiecesList;- intermediary - method_38711- Lnet/minecraft/class_6624;method_38711(Lnet/minecraft/class_2499;Lnet/minecraft/class_6625;)Lnet/minecraft/class_6624;- official - a- Leoc;a(Ltw;Leod;)Leoc;
 
- 
getBoundingBox- Mappings:
- Namespace - Name - Mixin selector - named - getBoundingBox- Lnet/minecraft/structure/StructurePiecesList;getBoundingBox()Lnet/minecraft/util/math/BlockBox;- intermediary - method_38712- Lnet/minecraft/class_6624;method_38712()Lnet/minecraft/class_3341;- official - b- Leoc;b()Lenf;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
piecesReturns the value of thepiecesrecord component.- Returns:
- the value of the piecesrecord component
 
 
-