Class HexLootTables

java.lang.Object
at.petrak.paucal.api.datagen.PaucalLootTableSubProvider
at.petrak.hexcasting.datagen.HexLootTables
All Implemented Interfaces:
net.minecraft.data.loot.LootTableSubProvider

public class HexLootTables extends at.petrak.paucal.api.datagen.PaucalLootTableSubProvider
  • Field Summary

    Fields inherited from class at.petrak.paucal.api.datagen.PaucalLootTableSubProvider

    modid
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    makeLootTables(Map<net.minecraft.world.level.block.Block,net.minecraft.world.level.storage.loot.LootTable.Builder> blockTables, Map<net.minecraft.resources.ResourceLocation,net.minecraft.world.level.storage.loot.LootTable.Builder> lootTables)
     

    Methods inherited from class at.petrak.paucal.api.datagen.PaucalLootTableSubProvider

    dropSelf, dropSelf, dropSelf, dropThis, dropThis, dropThisPool, dropThisPool, generate

    Methods inherited from class java.lang.Object

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

    • HexLootTables

      public HexLootTables()
  • Method Details

    • makeLootTables

      protected void makeLootTables(Map<net.minecraft.world.level.block.Block,net.minecraft.world.level.storage.loot.LootTable.Builder> blockTables, Map<net.minecraft.resources.ResourceLocation,net.minecraft.world.level.storage.loot.LootTable.Builder> lootTables)
      Specified by:
      makeLootTables in class at.petrak.paucal.api.datagen.PaucalLootTableSubProvider