public class SnapshotBuilder.PlaceTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<net.minecraft.item.ItemStack> |
items |
net.minecraft.util.math.BlockPos |
pos |
long |
power |
Constructor and Description |
---|
PlaceTask(net.minecraft.util.math.BlockPos pos,
java.util.List<net.minecraft.item.ItemStack> items,
long power) |
PlaceTask(net.minecraft.nbt.NBTTagCompound nbt) |
PlaceTask(PacketBufferBC buffer) |
Modifier and Type | Method and Description |
---|---|
long |
getTarget() |
void |
writePayload(PacketBufferBC buffer) |
net.minecraft.nbt.NBTTagCompound |
writeToNBT() |
public final net.minecraft.util.math.BlockPos pos
public final java.util.List<net.minecraft.item.ItemStack> items
public long power
public PlaceTask(net.minecraft.util.math.BlockPos pos, java.util.List<net.minecraft.item.ItemStack> items, long power)
public PlaceTask(PacketBufferBC buffer)
public PlaceTask(net.minecraft.nbt.NBTTagCompound nbt)
public long getTarget()
public void writePayload(PacketBufferBC buffer)
public net.minecraft.nbt.NBTTagCompound writeToNBT()