Uses of Class
net.minecraft.structure.StrongholdPieces.AbstractPiece
Packages that use StrongholdPieces.AbstractPiece
-
Uses of StrongholdPieces.AbstractPiece in net.minecraft.structure
Subclasses of StrongholdPieces.AbstractPiece in net.minecraft.structureModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in net.minecraft.structure with type parameters of type StrongholdPieces.AbstractPieceModifier and TypeFieldDescriptionprivate static Class<? extends StrongholdPieces.AbstractPiece>StrongholdPieces.ACTIVE_PIECE_TYPEClass<? extends StrongholdPieces.AbstractPiece>StrongholdPieces.PieceData.pieceTypeMethods in net.minecraft.structure that return StrongholdPieces.AbstractPieceModifier and TypeMethodDescriptionprivate static StrongholdPieces.AbstractPieceStrongholdPieces.createPiece(Class<? extends StrongholdPieces.AbstractPiece> pieceType, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) private static StrongholdPieces.AbstractPieceStrongholdPieces.pickPiece(StrongholdPieces.StartPiece start, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) Method parameters in net.minecraft.structure with type arguments of type StrongholdPieces.AbstractPieceModifier and TypeMethodDescriptionprivate static StrongholdPieces.AbstractPieceStrongholdPieces.createPiece(Class<? extends StrongholdPieces.AbstractPiece> pieceType, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) Constructor parameters in net.minecraft.structure with type arguments of type StrongholdPieces.AbstractPieceModifierConstructorDescriptionPieceData(Class<? extends StrongholdPieces.AbstractPiece> pieceType, int weight, int limit)