public abstract static class Lock.Target
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Lock.Target.TargetAddon |
static class |
Lock.Target.TargetRemove |
static class |
Lock.Target.TargetResize |
static class |
Lock.Target.TargetUsedByMachine |
Constructor and Description |
---|
Target() |
Modifier and Type | Method and Description |
---|---|
abstract void |
fromBytes(net.minecraft.network.PacketBuffer buf) |
abstract void |
readFromNBT(net.minecraft.nbt.NBTTagCompound nbt) |
abstract void |
toBytes(net.minecraft.network.PacketBuffer buf) |
abstract net.minecraft.nbt.NBTTagCompound |
writeToNBT(net.minecraft.nbt.NBTTagCompound nbt) |
public abstract net.minecraft.nbt.NBTTagCompound writeToNBT(net.minecraft.nbt.NBTTagCompound nbt)
public abstract void readFromNBT(net.minecraft.nbt.NBTTagCompound nbt)
public abstract void toBytes(net.minecraft.network.PacketBuffer buf)
public abstract void fromBytes(net.minecraft.network.PacketBuffer buf)