Package net.minecraft.structure
Interface StructurePiecesHolder
- All Known Implementing Classes:
- StructurePiecesCollector
public interface StructurePiecesHolder
A holder of structure pieces to be added.
- See Also:
- Mappings:
- Namespace - Name - named - net/minecraft/structure/StructurePiecesHolder- intermediary - net/minecraft/class_6130- official - ens
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPiece(StructurePiece piece) Adds a structure piece into this holder.getIntersecting(BlockBox box) Returns an arbitrary piece in this holder that intersects the givenbox, ornullif there is no such piece.
- 
Method Details- 
addPieceAdds a structure piece into this holder.- Parameters:
- piece- the piece to add
- Mappings:
- Namespace - Name - Mixin selector - named - addPiece- Lnet/minecraft/structure/StructurePiecesHolder;addPiece(Lnet/minecraft/structure/StructurePiece;)V- intermediary - method_35462- Lnet/minecraft/class_6130;method_35462(Lnet/minecraft/class_3443;)V- official - a- Lens;a(Lenr;)V
 
- 
getIntersectingReturns an arbitrary piece in this holder that intersects the givenbox, ornullif there is no such piece.- Parameters:
- box- the box to check intersection against
- Mappings:
- Namespace - Name - Mixin selector - named - getIntersecting- Lnet/minecraft/structure/StructurePiecesHolder;getIntersecting(Lnet/minecraft/util/math/BlockBox;)Lnet/minecraft/structure/StructurePiece;- intermediary - method_35461- Lnet/minecraft/class_6130;method_35461(Lnet/minecraft/class_3341;)Lnet/minecraft/class_3443;- official - a- Lens;a(Lenf;)Lenr;
 
 
-