Package de.teamlapen.werewolves.core
Class ModLootTables
java.lang.Object
de.teamlapen.werewolves.core.ModLootTables
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>, net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>> static @NotNull Set<net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>>
-
Field Details
-
HUNTER_LIVER
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> HUNTER_LIVER -
ABANDONED_MINESHAFT
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> ABANDONED_MINESHAFT -
JUNGLE_TEMPLE
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> JUNGLE_TEMPLE -
STRONGHOLD_CORRIDOR
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> STRONGHOLD_CORRIDOR -
DESERT_PYRAMID
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> DESERT_PYRAMID -
STRONGHOLD_LIBRARY
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> STRONGHOLD_LIBRARY -
NETHER_BRIDGE
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> NETHER_BRIDGE -
VILLAGER
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> VILLAGER -
SKELETON
public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> SKELETON
-
-
Constructor Details
-
ModLootTables
public ModLootTables()
-
-
Method Details
-
getLootTables
@NotNull public static @NotNull Set<net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>> getLootTables() -
getInjectTables
@NotNull public static @NotNull Map<net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>,net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable>> getInjectTables()
-