public class SnapshotBuilder.BreakTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.math.BlockPos |
pos |
long |
power |
Constructor and Description |
---|
BreakTask(net.minecraft.util.math.BlockPos pos,
long power) |
BreakTask(net.minecraft.nbt.NBTTagCompound nbt) |
BreakTask(PacketBufferBC buffer) |
Modifier and Type | Method and Description |
---|---|
long |
getTarget() |
boolean |
isImpossible() |
void |
writePayload(PacketBufferBC buffer) |
net.minecraft.nbt.NBTTagCompound |
writeToNBT() |
public BreakTask(net.minecraft.util.math.BlockPos pos, long power)
public BreakTask(PacketBufferBC buffer)
public BreakTask(net.minecraft.nbt.NBTTagCompound nbt)
public boolean isImpossible()
public long getTarget()
public void writePayload(PacketBufferBC buffer)
public net.minecraft.nbt.NBTTagCompound writeToNBT()