public class MCBlockNeighborNotifyEvent extends MCBlockEvent implements crafttweaker.api.event.BlockNeighborNotifyEvent
| Constructor and Description |
|---|
MCBlockNeighborNotifyEvent(net.minecraftforge.event.world.BlockEvent.NeighborNotifyEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceRedstoneUpdate() |
boolean |
isCanceled() |
crafttweaker.api.world.IFacing[] |
notifiedSides() |
void |
setCanceled(boolean canceled) |
getBlockState, getPosition, getWorldclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlock, getBlockState, getWorldpublic MCBlockNeighborNotifyEvent(net.minecraftforge.event.world.BlockEvent.NeighborNotifyEvent event)
public boolean getForceRedstoneUpdate()
getForceRedstoneUpdate in interface crafttweaker.api.event.BlockNeighborNotifyEventpublic crafttweaker.api.world.IFacing[] notifiedSides()
notifiedSides in interface crafttweaker.api.event.BlockNeighborNotifyEventpublic boolean isCanceled()
isCanceled in interface crafttweaker.api.event.IEventCancelablepublic void setCanceled(boolean canceled)
setCanceled in interface crafttweaker.api.event.IEventCancelable