Class ModLootTables

java.lang.Object
de.teamlapen.werewolves.core.ModLootTables

public class ModLootTables extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.neoforged.neoforge.registries.DeferredRegister<com.mojang.serialization.Codec<? extends net.neoforged.neoforge.common.loot.IGlobalLootModifier>>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.neoforged.neoforge.registries.DeferredHolder<com.mojang.serialization.Codec<? extends net.neoforged.neoforge.common.loot.IGlobalLootModifier>,com.mojang.serialization.Codec<MobLootModifier>>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull Set<net.minecraft.resources.ResourceLocation>
     
    static void
    onLootLoad(net.neoforged.neoforge.event.LootTableLoadEvent event)
     

    Methods inherited from class java.lang.Object

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

    • GLOBAL_LOOT_MODIFIER

      public static final net.neoforged.neoforge.registries.DeferredRegister<com.mojang.serialization.Codec<? extends net.neoforged.neoforge.common.loot.IGlobalLootModifier>> GLOBAL_LOOT_MODIFIER
    • MOB_MODIFIER

      public static final net.neoforged.neoforge.registries.DeferredHolder<com.mojang.serialization.Codec<? extends net.neoforged.neoforge.common.loot.IGlobalLootModifier>,com.mojang.serialization.Codec<MobLootModifier>> MOB_MODIFIER
    • villager

      public static final net.minecraft.resources.ResourceLocation villager
    • skeleton

      public static final net.minecraft.resources.ResourceLocation skeleton
    • abandoned_mineshaft

      public static final net.minecraft.resources.ResourceLocation abandoned_mineshaft
    • jungle_temple

      public static final net.minecraft.resources.ResourceLocation jungle_temple
    • stronghold_corridor

      public static final net.minecraft.resources.ResourceLocation stronghold_corridor
    • desert_pyramid

      public static final net.minecraft.resources.ResourceLocation desert_pyramid
    • stronghold_library

      public static final net.minecraft.resources.ResourceLocation stronghold_library
    • nether_bridge

      public static final net.minecraft.resources.ResourceLocation nether_bridge
  • Constructor Details

    • ModLootTables

      public ModLootTables()
  • Method Details

    • onLootLoad

      public static void onLootLoad(net.neoforged.neoforge.event.LootTableLoadEvent event)
    • getLootTables

      @NotNull public static @NotNull Set<net.minecraft.resources.ResourceLocation> getLootTables()