Class EBLootTables
java.lang.Object
com.binaris.wizardry.setup.registries.EBLootTables
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocation -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyInjections(BiConsumer<net.minecraft.resources.ResourceLocation, net.minecraft.world.level.storage.loot.LootPool> injector) static net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<?>fishingEntry(int weight) static voidYou should add your injections here, not only add them to the list or just creating the members.
-
Field Details
-
DUNGEON_ADDITIONS
public static final net.minecraft.resources.ResourceLocation DUNGEON_ADDITIONS -
DISPENSER_ADDITIONS
public static final net.minecraft.resources.ResourceLocation DISPENSER_ADDITIONS -
FISHING_ADDITIONS
public static final net.minecraft.resources.ResourceLocation FISHING_ADDITIONS -
SUBSET_ARCANE_TOMES
public static final net.minecraft.resources.ResourceLocation SUBSET_ARCANE_TOMES -
SUBSET_ARMOR_UPGRADES
public static final net.minecraft.resources.ResourceLocation SUBSET_ARMOR_UPGRADES -
SUBSET_ELEMENTAL_CRYSTALS
public static final net.minecraft.resources.ResourceLocation SUBSET_ELEMENTAL_CRYSTALS -
SUBSET_EPIC_ARTIFACTS
public static final net.minecraft.resources.ResourceLocation SUBSET_EPIC_ARTIFACTS -
SUBSET_RARE_ARTIFACTS
public static final net.minecraft.resources.ResourceLocation SUBSET_RARE_ARTIFACTS -
SUBSET_UNCOMMON_ARTIFACTS
public static final net.minecraft.resources.ResourceLocation SUBSET_UNCOMMON_ARTIFACTS -
SUBSET_WIZARD_ARMOR
public static final net.minecraft.resources.ResourceLocation SUBSET_WIZARD_ARMOR -
SUBSET_WAND_UPGRADES
public static final net.minecraft.resources.ResourceLocation SUBSET_WAND_UPGRADES -
SHRINE
public static final net.minecraft.resources.ResourceLocation SHRINE
-
-
Method Details
-
initInjections
public static void initInjections()You should add your injections here, not only add them to the list or just creating the members. -
applyInjections
public static void applyInjections(BiConsumer<net.minecraft.resources.ResourceLocation, net.minecraft.world.level.storage.loot.LootPool> injector) -
fishingEntry
public static net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<?> fishingEntry(int weight)
-