Class ExpandLivingUseTotemEvent

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

@ZenRegister public class ExpandLivingUseTotemEvent extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.InteractionHand
    getHoldingHand(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)
     
    static net.minecraft.world.damagesource.DamageSource
    getSource(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)
     
    static IItemStack
    getTotem(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)
     

    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.LivingUseTotemEvent> BUS
  • Constructor Details

    • ExpandLivingUseTotemEvent

      public ExpandLivingUseTotemEvent()
  • Method Details

    • getSource

      public static net.minecraft.world.damagesource.DamageSource getSource(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)
    • getTotem

      public static IItemStack getTotem(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)
    • getHoldingHand

      public static net.minecraft.world.InteractionHand getHoldingHand(net.minecraftforge.event.entity.living.LivingUseTotemEvent internal)