java.lang.Object
net.darkhax.primordialharvest.common.impl.Helper

public class Helper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    checkReagents(net.minecraft.world.entity.item.ItemEntity entity)
     
    static void
    dropLoot(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> tableId, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack tool)
     
    static void
    shrink(net.minecraft.world.entity.item.ItemEntity entity)
     

    Methods inherited from class java.lang.Object

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

    • Helper

      public Helper()
  • Method Details

    • dropLoot

      public static void dropLoot(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.resources.ResourceKey<net.minecraft.world.level.storage.loot.LootTable> tableId, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack tool)
    • shrink

      public static void shrink(net.minecraft.world.entity.item.ItemEntity entity)
    • checkReagents

      public static void checkReagents(net.minecraft.world.entity.item.ItemEntity entity)