Class ExpandLootingLevelEvent

java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.living.ExpandLootingLevelEvent

@ZenRegister public class ExpandLootingLevelEvent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IEventBus<net.minecraftforge.event.entity.living.LootingLevelEvent>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.damagesource.DamageSource
    getDamageSource(net.minecraftforge.event.entity.living.LootingLevelEvent internal)
     
    static int
    getLootingLevel(net.minecraftforge.event.entity.living.LootingLevelEvent internal)
     
    static void
    setLootingLevel(net.minecraftforge.event.entity.living.LootingLevelEvent internal, int lootingLevel)
     

    Methods inherited from class java.lang.Object

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

    • BUS

      public static final IEventBus<net.minecraftforge.event.entity.living.LootingLevelEvent> BUS
  • Constructor Details

    • ExpandLootingLevelEvent

      public ExpandLootingLevelEvent()
  • Method Details

    • getDamageSource

      public static net.minecraft.world.damagesource.DamageSource getDamageSource(net.minecraftforge.event.entity.living.LootingLevelEvent internal)
    • getLootingLevel

      public static int getLootingLevel(net.minecraftforge.event.entity.living.LootingLevelEvent internal)
    • setLootingLevel

      public static void setLootingLevel(net.minecraftforge.event.entity.living.LootingLevelEvent internal, int lootingLevel)