public static class Lock.Target.TargetUsedByMachine extends Lock.Target
Modifier and Type | Class and Description |
---|---|
static class |
Lock.Target.TargetUsedByMachine.EnumType |
Lock.Target.TargetAddon, Lock.Target.TargetRemove, Lock.Target.TargetResize, Lock.Target.TargetUsedByMachine
Modifier and Type | Field and Description |
---|---|
Lock.Target.TargetUsedByMachine.EnumType |
type |
Constructor and Description |
---|
TargetUsedByMachine() |
TargetUsedByMachine(Lock.Target.TargetUsedByMachine.EnumType type) |
Modifier and Type | Method and Description |
---|---|
void |
fromBytes(net.minecraft.network.PacketBuffer buf) |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound nbt) |
void |
toBytes(net.minecraft.network.PacketBuffer buf) |
net.minecraft.nbt.NBTTagCompound |
writeToNBT(net.minecraft.nbt.NBTTagCompound nbt) |
public Lock.Target.TargetUsedByMachine.EnumType type
public TargetUsedByMachine()
public TargetUsedByMachine(Lock.Target.TargetUsedByMachine.EnumType type)
public net.minecraft.nbt.NBTTagCompound writeToNBT(net.minecraft.nbt.NBTTagCompound nbt)
writeToNBT
in class Lock.Target
public void readFromNBT(net.minecraft.nbt.NBTTagCompound nbt)
readFromNBT
in class Lock.Target
public void toBytes(net.minecraft.network.PacketBuffer buf)
toBytes
in class Lock.Target
public void fromBytes(net.minecraft.network.PacketBuffer buf)
fromBytes
in class Lock.Target