Uses of Class
com.comphenix.protocol.wrappers.WrappedWatchableObject
Packages that use WrappedWatchableObject
-
Uses of WrappedWatchableObject in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedWatchableObjectModifier and TypeMethodDescriptionAbstractStructure.getWatchableCollectionModifier()Retrieves a read/write structure for collections of watchable objects. -
Uses of WrappedWatchableObject in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedWatchableObjectModifier and TypeMethodDescriptionWrappedDataWatcher.getWatchableObject(int index)Gets the item at a given index.WrappedDataWatcher.remove(int index)Removes the item at a given index.WrappedDataWatcher.removeObject(int index)Deprecated.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedWatchableObjectModifier and TypeMethodDescriptionWrappedDataWatcher.asMap()Gets the contents of this DataWatcher as a map.BukkitConverters.getWatchableObjectConverter()Retrieve a converter for watchable objects and the respective wrapper.WrappedDataWatcher.getWatchableObjects()Gets a list of the contents of this DataWatcher.WrappedDataWatcher.iterator()Methods in com.comphenix.protocol.wrappers with parameters of type WrappedWatchableObjectModifier and TypeMethodDescriptionvoidWrappedDataWatcher.setObject(int index, WrappedWatchableObject value)voidWrappedDataWatcher.setObject(int index, WrappedWatchableObject value, boolean update)Sets the DataWatcher Item at a given index to a new value.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.Constructor parameters in com.comphenix.protocol.wrappers with type arguments of type WrappedWatchableObjectModifierConstructorDescriptionWrappedDataWatcher(List<WrappedWatchableObject> objects)Constructs a new DataWatcher using a fake egg entity and a given list of watchable objects.
WrappedDataWatcher.remove(int)