Uses of Class
net.minecraft.structure.NetherFortressPieces.AbstractPiece
Packages that use NetherFortressPieces.AbstractPiece
-
Uses of NetherFortressPieces.AbstractPiece in net.minecraft.structure
Subclasses of NetherFortressPieces.AbstractPiece in net.minecraft.structureModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in net.minecraft.structure with type parameters of type NetherFortressPieces.AbstractPieceModifier and TypeFieldDescriptionClass<? extends NetherFortressPieces.AbstractPiece>NetherFortressPieces.PieceData.pieceTypeMethods in net.minecraft.structure that return NetherFortressPieces.AbstractPieceModifier and TypeMethodDescriptionprivate static NetherFortressPieces.AbstractPieceNetherFortressPieces.createPiece(NetherFortressPieces.PieceData pieceData, List<StructurePiece> pieces, Random random, int x, int y, int z, Direction orientation, int chainLength) NetherFortressPieces.AbstractPiece.pickPiece(NetherFortressPieces.StartPiece start, List<NetherFortressPieces.PieceData> possiblePieces, 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 NetherFortressPieces.AbstractPieceModifierConstructorDescriptionPieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit) PieceData(Class<? extends NetherFortressPieces.AbstractPiece> pieceType, int weight, int limit, boolean repeatable)