public class SemiblockEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
SemiblockEvent.BreakEvent
Fired when a semiblock is removed from the world.
|
static class |
SemiblockEvent.PlaceEvent
Fired when a semiblock is added to the world.
|
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPos() |
ISemiBlock |
getSemiblock() |
net.minecraft.util.Direction |
getSide() |
net.minecraft.world.World |
getWorld() |
public net.minecraft.world.World getWorld()
public net.minecraft.util.math.BlockPos getPos()
public ISemiBlock getSemiblock()
public net.minecraft.util.Direction getSide()