public static class RobotEvent.Interact extends RobotEvent
RobotEvent.Dismantle, RobotEvent.Interact, RobotEvent.Place
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.ItemStack |
item |
net.minecraft.entity.player.EntityPlayer |
player |
robot
Constructor and Description |
---|
Interact(EntityRobotBase robot,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack item) |
public final net.minecraft.entity.player.EntityPlayer player
public final net.minecraft.item.ItemStack item
public Interact(EntityRobotBase robot, net.minecraft.entity.player.EntityPlayer player, net.minecraft.item.ItemStack item)