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 dzl
intermediary net/minecraft/class_6130
named net/minecraft/structure/StructurePiecesHolder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPiece
(StructurePiece piece) Adds a structure piece into this holder.getIntersecting
(BlockBox box) Returns an arbitrary piece in this holder that intersects the givenbox
, ornull
if there is no such piece.
-
Method Details
-
addPiece
Adds a structure piece into this holder.- Parameters:
piece
- the piece to add- Mappings:
Namespace Name Mixin selector official a
Ldzl;a(Ldzk;)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
-
getIntersecting
Returns an arbitrary piece in this holder that intersects the givenbox
, ornull
if there is no such piece.- Parameters:
box
- the box to check intersection against- Mappings:
Namespace Name Mixin selector official a
Ldzl;a(Ldyy;)Ldzk;
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;
-