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