public class MCBlockEvent
extends java.lang.Object
implements crafttweaker.api.event.IBlockEvent
Constructor and Description |
---|
MCBlockEvent(net.minecraftforge.event.world.BlockEvent event) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.block.IBlockState |
getBlockState() |
crafttweaker.api.world.IBlockPos |
getPosition() |
crafttweaker.api.world.IWorld |
getWorld() |
public MCBlockEvent(net.minecraftforge.event.world.BlockEvent event)
public crafttweaker.api.world.IWorld getWorld()
getWorld
in interface crafttweaker.api.event.IBlockEvent
public crafttweaker.api.block.IBlockState getBlockState()
getBlockState
in interface crafttweaker.api.event.IBlockEvent
public crafttweaker.api.world.IBlockPos getPosition()
getPosition
in interface crafttweaker.api.event.IEventPositionable