| Package | Description |
|---|---|
| com.comphenix.protocol.events | |
| com.comphenix.protocol.wrappers |
| Modifier and Type | Method and Description |
|---|---|
StructureModifier<WrappedBlockData> |
PacketContainer.getBlockData()
Retrieves a read/write structure for BlockData in Minecraft 1.8.
|
| Modifier and Type | Method and Description |
|---|---|
static WrappedBlockData |
WrappedBlockData.createData(org.bukkit.Material type)
Creates a new BlockData instance with the given type and no data.
|
static WrappedBlockData |
WrappedBlockData.createData(org.bukkit.Material type,
int data)
Creates a new BlockData instance with the given type and data.
|
WrappedBlockData |
WrappedBlockData.deepClone()
Retrieve a deep copy of the current wrapper object.
|
WrappedBlockData |
MultiBlockChangeInfo.getData()
Gets this block change's block data.
|
| Modifier and Type | Method and Description |
|---|---|
static EquivalentConverter<WrappedBlockData> |
BukkitConverters.getWrappedBlockDataConverter()
Retrieve a converter for wrapped block data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiBlockChangeInfo.setData(WrappedBlockData data)
Sets this block change's block data.
|
| Constructor and Description |
|---|
MultiBlockChangeInfo(org.bukkit.Location location,
WrappedBlockData data) |
MultiBlockChangeInfo(short location,
WrappedBlockData data,
ChunkCoordIntPair chunk) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.