| 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(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(Class<?> nativeType,
EquivalentConverter<Object> converter)
Retrieve an equivalent unwrapper for the converter.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PacketConstructor.Unwrapper> |
BukkitConverters.getUnwrappers()
Retrieve every NMS to/from Bukkit converter as unwrappers.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.