public class EventFullBlockRestoration
extends net.minecraftforge.fml.common.eventhandler.Event
| Constructor and Description |
|---|
EventFullBlockRestoration(net.minecraft.world.World w,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.state.IBlockState restoredState) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPos() |
net.minecraft.block.state.IBlockState |
getState() |
net.minecraft.world.World |
getWorld() |