public class BlockTrackEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.math.BlockPos |
pos |
net.minecraft.tileentity.TileEntity |
te |
net.minecraft.world.World |
world |
| Constructor and Description |
|---|
BlockTrackEvent(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.tileentity.TileEntity te) |