Class ExpandLivingDestroyBlockEvent

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

@ZenRegister public class ExpandLivingDestroyBlockEvent extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.BlockPos
    getPos(net.minecraftforge.event.entity.living.LivingDestroyBlockEvent internal)
     
    static net.minecraft.world.level.block.state.BlockState
    getState(net.minecraftforge.event.entity.living.LivingDestroyBlockEvent 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.LivingDestroyBlockEvent> BUS
  • Constructor Details

    • ExpandLivingDestroyBlockEvent

      public ExpandLivingDestroyBlockEvent()
  • Method Details

    • getState

      public static net.minecraft.world.level.block.state.BlockState getState(net.minecraftforge.event.entity.living.LivingDestroyBlockEvent internal)
    • getPos

      public static net.minecraft.core.BlockPos getPos(net.minecraftforge.event.entity.living.LivingDestroyBlockEvent internal)