Class ExpandEntityPlaceBlockEvent

java.lang.Object
com.blamejared.crafttweaker.natives.event.block.ExpandEntityPlaceBlockEvent

@ZenRegister public class ExpandEntityPlaceBlockEvent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IEventBus<net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.entity.Entity
    getEntity(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
     
    static net.minecraft.world.level.block.state.BlockState
    getPlacedAgainst(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
     
    static net.minecraft.world.level.block.state.BlockState
    getPlacedBlock(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent 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.level.BlockEvent.EntityPlaceEvent> BUS
  • Constructor Details

    • ExpandEntityPlaceBlockEvent

      public ExpandEntityPlaceBlockEvent()
  • Method Details

    • getEntity

      public static net.minecraft.world.entity.Entity getEntity(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
    • getPlacedBlock

      public static net.minecraft.world.level.block.state.BlockState getPlacedBlock(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)
    • getPlacedAgainst

      public static net.minecraft.world.level.block.state.BlockState getPlacedAgainst(net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent internal)