Class PetrolparkLootContextParams

java.lang.Object
com.petrolpark.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<Shop>
     
    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
    • SHOP

      public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<Shop> SHOP
    • 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
    • TEAM

      public static final net.minecraft.world.level.storage.loot.parameters.LootContextParam<ITeam> TEAM
  • Constructor Details

    • PetrolparkLootContextParams

      public PetrolparkLootContextParams()