Record Class PiecesContainer
java.lang.Object
java.lang.Record
net.minecraft.world.level.levelgen.structure.pieces.PiecesContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate static final org.slf4j.Loggerprivate final List<StructurePiece> The field for thepiecesrecord component.private static final Map<Identifier, Identifier> -
Constructor Summary
ConstructorsConstructorDescriptionPiecesContainer(List<StructurePiece> pieces) Creates an instance of aPiecesContainerrecord class. -
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.booleanisEmpty()booleanisInsidePiece(BlockPos startPos) static PiecesContainerload(ListTag children, StructurePieceSerializationContext context) pieces()Returns the value of thepiecesrecord component.save(StructurePieceSerializationContext context) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pieces
The field for thepiecesrecord component. -
LOGGER
private static final org.slf4j.Logger LOGGER -
JIGSAW_RENAME
-
RENAMES
-
-
Constructor Details
-
PiecesContainer
Creates an instance of aPiecesContainerrecord class.- Parameters:
pieces- the value for thepiecesrecord component
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
isInsidePiece
-
save
-
load
-
calculateBoundingBox
-
toString
-
hashCode
-
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). -
pieces
Returns the value of thepiecesrecord component.- Returns:
- the value of the
piecesrecord component
-