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 AbstractPartpart -
Constructor Summary
Constructors Constructor Description BrokenSinglePart(AbstractPart part) -
Method Summary
Modifier and Type Method Description AbstractPartgetPart()
-
Field Details
-
Constructor Details
-
Method Details
-
getPart
- Specified by:
getPartin classPartLootParams.BrokenPart- Returns:
- The
AbstractPartassociated with this.
-