public class PipePlacedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.Item |
pipeType |
net.minecraft.entity.player.EntityPlayer |
player |
net.minecraft.util.math.BlockPos |
pos |
Constructor and Description |
---|
PipePlacedEvent(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.Item pipeType,
net.minecraft.util.math.BlockPos pos) |