Uses of Class
com.comphenix.protocol.wrappers.WrappedDataWatcher.WrappedDataWatcherObject
Packages that use WrappedDataWatcher.WrappedDataWatcherObject
-
Uses of WrappedDataWatcher.WrappedDataWatcherObject in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedDataWatcher.WrappedDataWatcherObjectModifier and TypeMethodDescriptionWrappedWatchableObject.getWatcherObject()Gets this Item's watcher object, which contains the index and serializer.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedDataWatcher.WrappedDataWatcherObjectModifier and TypeMethodDescriptionWrappedDataWatcher.getObject(WrappedDataWatcher.WrappedDataWatcherObject object)Retrieve a watchable object by watcher object.voidWrappedDataWatcher.setObject(WrappedDataWatcher.WrappedDataWatcherObject object, WrappedWatchableObject value)voidWrappedDataWatcher.setObject(WrappedDataWatcher.WrappedDataWatcherObject object, WrappedWatchableObject value, boolean update)Sets the DataWatcher Item associated with a given watcher object to a new value.voidWrappedDataWatcher.setObject(WrappedDataWatcher.WrappedDataWatcherObject object, Object value)voidWrappedDataWatcher.setObject(WrappedDataWatcher.WrappedDataWatcherObject object, Object value, boolean update)Sets the DataWatcher Item associated with a given watcher object to a new value.Constructors in com.comphenix.protocol.wrappers with parameters of type WrappedDataWatcher.WrappedDataWatcherObjectModifierConstructorDescriptionWrappedWatchableObject(WrappedDataWatcher.WrappedDataWatcherObject watcherObject, Object value)Constructs a DataWatcher Item wrapper from a given watcher object and initial value.