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 - official - dsf- intermediary - net/minecraft/class_6130- named - net/minecraft/structure/StructurePiecesHolder
- 
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 - official - a- Ldsf;a(Ldse;)V- intermediary - method_35462- Lnet/minecraft/class_6130;method_35462(Lnet/minecraft/class_3443;)V- named - addPiece- Lnet/minecraft/structure/StructurePiecesHolder;addPiece(Lnet/minecraft/structure/StructurePiece;)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 - official - a- Ldsf;a(Ldrs;)Ldse;- intermediary - method_35461- Lnet/minecraft/class_6130;method_35461(Lnet/minecraft/class_3341;)Lnet/minecraft/class_3443;- named - getIntersecting- Lnet/minecraft/structure/StructurePiecesHolder;getIntersecting(Lnet/minecraft/util/math/BlockBox;)Lnet/minecraft/structure/StructurePiece;
 
 
-