Package alexiil.mc.lib.multipart.api
Class PartLootParams.BrokenSinglePart
java.lang.Object
alexiil.mc.lib.multipart.api.PartLootParams.BrokenPart
alexiil.mc.lib.multipart.api.PartLootParams.BrokenSinglePart
- Enclosing class:
- PartLootParams
public static final class PartLootParams.BrokenSinglePart extends PartLootParams.BrokenPart
-
Field Summary
Fields Modifier and Type Field Description AbstractPart
part
-
Constructor Summary
Constructors Constructor Description BrokenSinglePart(AbstractPart part)
-
Method Summary
Modifier and Type Method Description AbstractPart
getPart()
-
Field Details
-
Constructor Details
-
Method Details
-
getPart
- Specified by:
getPart
in classPartLootParams.BrokenPart
- Returns:
- The
AbstractPart
associated with this.
-