Package | Description |
---|---|
com.comphenix.protocol.events | |
com.comphenix.protocol.wrappers |
Modifier and Type | Method and Description |
---|---|
StructureModifier<WrappedDataWatcher> |
PacketContainer.getDataWatcherModifier()
Retrieves a read/write structure for data watchers.
|
Modifier and Type | Method and Description |
---|---|
static WrappedDataWatcher |
WrappedDataWatcher.getEntityWatcher(org.bukkit.entity.Entity entity)
Retrieve the data watcher associated with an entity.
|
Modifier and Type | Method and Description |
---|---|
static EquivalentConverter<WrappedDataWatcher> |
BukkitConverters.getDataWatcherConverter()
Retrieve a converter for the NMS DataWatcher class and our wrapper.
|