public class TileQuarry.TaskBreakBlock
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.math.BlockPos |
breakPos |
Constructor and Description |
---|
TaskBreakBlock() |
TaskBreakBlock(net.minecraft.util.math.BlockPos pos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
protected boolean |
finish() |
void |
fromBytes(PacketBufferBC buffer) |
long |
getTarget() |
protected boolean |
onReceivePower() |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound nbt) |
net.minecraft.nbt.NBTTagCompound |
serializeNBT() |
void |
toBytes(PacketBufferBC buffer) |
public TaskBreakBlock()
public TaskBreakBlock(net.minecraft.util.math.BlockPos pos)
public net.minecraft.nbt.NBTTagCompound serializeNBT()
public void readFromNBT(net.minecraft.nbt.NBTTagCompound nbt)
public void toBytes(PacketBufferBC buffer)
public void fromBytes(PacketBufferBC buffer)
public long getTarget()
protected boolean onReceivePower()
true
if this task has been completed, or cancelled.protected boolean finish()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object