Uses of Interface
com.comphenix.protocol.injector.PacketConstructor.Unwrapper
Packages that use PacketConstructor.Unwrapper
-
Uses of PacketConstructor.Unwrapper in com.comphenix.protocol.injector
Classes in com.comphenix.protocol.injector that implement PacketConstructor.UnwrapperModifier and TypeClassDescriptionclassRepresents an object capable of converting wrapped Bukkit objects into NMS objects.Methods in com.comphenix.protocol.injector that return types with arguments of type PacketConstructor.UnwrapperModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<PacketConstructor.Unwrapper>PacketConstructor.getUnwrappers()Method parameters in com.comphenix.protocol.injector with type arguments of type PacketConstructor.UnwrapperModifier and TypeMethodDescriptionPacketConstructor.withUnwrappers(List<PacketConstructor.Unwrapper> unwrappers)Return a copy of the current constructor with a different list of unwrappers. -
Uses of PacketConstructor.Unwrapper in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return PacketConstructor.UnwrapperModifier and TypeMethodDescriptionstatic PacketConstructor.UnwrapperBukkitConverters.asUnwrapper(Class<?> nativeType, EquivalentConverter<Object> converter)Retrieve an equivalent unwrapper for the converter.Methods in com.comphenix.protocol.wrappers that return types with arguments of type PacketConstructor.UnwrapperModifier and TypeMethodDescriptionstatic List<PacketConstructor.Unwrapper>BukkitConverters.getUnwrappers()Retrieve every NMS to/from Bukkit converter as unwrappers.