Package | Description |
---|---|
com.comphenix.protocol.injector | |
com.comphenix.protocol.wrappers |
Modifier and Type | Class and Description |
---|---|
class |
BukkitUnwrapper
Represents an object capable of converting wrapped Bukkit objects into NMS objects.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<PacketConstructor.Unwrapper> |
PacketConstructor.getUnwrappers() |
Modifier and Type | Method and Description |
---|---|
PacketConstructor |
PacketConstructor.withUnwrappers(java.util.List<PacketConstructor.Unwrapper> unwrappers)
Return a copy of the current constructor with a different list of unwrappers.
|
Modifier and Type | Method and Description |
---|---|
static PacketConstructor.Unwrapper |
BukkitConverters.asUnwrapper(java.lang.Class<?> nativeType,
EquivalentConverter<java.lang.Object> converter)
Retrieve an equivalent unwrapper for the converter.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PacketConstructor.Unwrapper> |
BukkitConverters.getUnwrappers()
Retrieve every NMS <-> Bukkit converter as unwrappers.
|