Class PetrolparkLootContextParams

java.lang.Object
petrolpark.mc.library.registry.PetrolparkLootContextParams

public class PetrolparkLootContextParams extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BADGE

      public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<Badge> BADGE
    • TEAM

      public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<ITeam> 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()