Uses of Class
com.comphenix.protocol.wrappers.WrappedDataWatcher.Serializer
Packages that use WrappedDataWatcher.Serializer
-
Uses of WrappedDataWatcher.Serializer in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedDataWatcher.SerializerModifier and TypeMethodDescriptionWrappedDataWatcher.Registry.fromHandle(Object handle)Gets the serializer associated with a given NMS handle.Gets the first serializer associated with a given class.Gets the first serializer associated with a given class and optional state.WrappedDataWatcher.Registry.getBlockDataSerializer(boolean optional)Gets the serializer for BlockDataWrappedDataWatcher.Registry.getBlockPositionSerializer(boolean optional)Gets the serializer for BlockPositionsWrappedDataWatcher.Registry.getChatComponentSerializer()Gets the serializer for IChatBaseComponentsWrappedDataWatcher.Registry.getChatComponentSerializer(boolean optional)Gets the serializer for IChatBaseComponentsWrappedDataWatcher.Registry.getDirectionSerializer()Gets the serializer for DirectionsWrappedDataWatcher.Registry.getItemStackSerializer(boolean optional)Gets the serializer for ItemStacksWrappedDataWatcher.Registry.getNBTCompoundSerializer()Gets the serializer for NBT Compound tagsWrappedDataWatcher.WrappedDataWatcherObject.getSerializer()Gets this watcher object's serializer.WrappedDataWatcher.Registry.getUUIDSerializer(boolean optional)Gets the serializer for UUIDsWrappedDataWatcher.Registry.getVectorSerializer()Gets the serializer for Vector3FsMethods in com.comphenix.protocol.wrappers with parameters of type WrappedDataWatcher.SerializerModifier and TypeMethodDescriptionvoidWrappedDataWatcher.setObject(int index, WrappedDataWatcher.Serializer serializer, Object value)voidWrappedDataWatcher.setObject(int index, WrappedDataWatcher.Serializer serializer, Object value, boolean update)Sets the DataWatcher Item at a given index to a new value.Constructors in com.comphenix.protocol.wrappers with parameters of type WrappedDataWatcher.SerializerModifierConstructorDescriptionWrappedDataWatcherObject(int index, WrappedDataWatcher.Serializer serializer)Creates a new watcher object from an index and serializer.