Package petrolpark.mc.library.registry
Class PetrolparkLootContextParams
java.lang.Object
petrolpark.mc.library.registry.PetrolparkLootContextParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.storage.loot.parameters.LootContextParam<Badge> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<ICustomer> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.minecraft.world.entity.Entity> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.neoforged.neoforge.items.IItemHandler> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.minecraft.core.Holder<Restaurant>> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<Integer> static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<ITeam> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BADGE
-
TEAM
-
ITEM_HANDLER
public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.neoforged.neoforge.items.IItemHandler> ITEM_HANDLER -
RESTAURANT
public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.minecraft.core.Holder<Restaurant>> RESTAURANT -
RESTAURANT_LEVEL
public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<Integer> RESTAURANT_LEVEL -
CUSTOMER
public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<ICustomer> CUSTOMER -
CUSTOMER_ENTITY
public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<net.minecraft.world.entity.Entity> CUSTOMER_ENTITY
-
-
Constructor Details
-
PetrolparkLootContextParams
public PetrolparkLootContextParams()
-