public class Lock
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Lock.Cause |
static class |
Lock.Target |
Modifier and Type | Field and Description |
---|---|
Lock.Cause |
cause |
java.util.List<Lock.Target> |
targets |
Constructor and Description |
---|
Lock() |
Lock(Lock.Cause cause,
Lock.Target... targets) |
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() |
public Lock.Cause cause
public java.util.List<Lock.Target> targets
public Lock()
public Lock(Lock.Cause cause, Lock.Target... targets)