Package alexiil.mc.lib.multipart.api
Class PartLootParams
java.lang.Object
alexiil.mc.lib.multipart.api.PartLootParams
public final class PartLootParams
extends java.lang.Object
Stores some
LootContextParameters for LMP.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartLootParams.BrokenPartAnAbstractPartthat was broken.static classPartLootParams.BrokenSinglePartstatic classPartLootParams.BrokenSubPart<Sub> -
Field Summary
Fields Modifier and Type Field Description static net.minecraft.loot.context.LootContextParameter<PartLootParams.BrokenPart[]>ADDITIONAL_PARTSAny additionalAbstractPart's that were broken because theyrequiredthe main broken part.static net.minecraft.loot.context.LootContextParameter<PartLootParams.BrokenPart>BROKEN_PARTThe primaryAbstractPartthat was brokenstatic net.minecraft.loot.context.LootContextTypePART_TYPE -
Method Summary
-
Field Details
-
BROKEN_PART
public static final net.minecraft.loot.context.LootContextParameter<PartLootParams.BrokenPart> BROKEN_PARTThe primaryAbstractPartthat was broken -
ADDITIONAL_PARTS
public static final net.minecraft.loot.context.LootContextParameter<PartLootParams.BrokenPart[]> ADDITIONAL_PARTSAny additionalAbstractPart's that were broken because theyrequiredthe main broken part. -
PART_TYPE
public static final net.minecraft.loot.context.LootContextType PART_TYPE
-