Uses of Interface
com.comphenix.protocol.wrappers.ClonableWrapper
Packages that use ClonableWrapper
-
Uses of ClonableWrapper in com.comphenix.protocol.wrappers
Classes in com.comphenix.protocol.wrappers that implement ClonableWrapperModifier and TypeClassDescriptionclassRepresents a wrapper around IBlockData.classRepresents a chat component added in Minecraft 1.7.2classRepresents a DataWatcherclassRepresents an entity used action used in the UseEntity packet sent by the client.classRepresents a server ping packet data.classMethods in com.comphenix.protocol.wrappers that return ClonableWrapper -
Uses of ClonableWrapper in com.comphenix.protocol.wrappers.nbt
Subinterfaces of ClonableWrapper in com.comphenix.protocol.wrappers.nbtModifier and TypeInterfaceDescriptioninterfaceNbtBase<TType>Represents a generic container for an NBT element.interfaceRepresents a mapping of arbitrary NBT elements and their unique names.interfaceNbtList<TType>Represents a list of NBT tags of the same type without names.interfaceNbtWrapper<TType>Indicates that this NBT wraps an underlying net.minecraft.server instance.