| Package | Description | 
|---|---|
| us.myles.ViaVersion.api | |
| us.myles.ViaVersion.api.protocol | |
| us.myles.ViaVersion.packets | |
| us.myles.ViaVersion.protocols.base | 
| Modifier and Type | Method and Description | 
|---|---|
PacketWrapper | 
PacketWrapper.apply(Direction direction,
     State state,
     int index,
     List<Protocol> pipeline)  | 
PacketWrapper | 
PacketWrapper.apply(Direction direction,
     State state,
     int index,
     List<Protocol> pipeline,
     boolean reverse)
Applies a pipeline from an index to the wrapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Protocol.transform(Direction direction,
         State state,
         PacketWrapper packetWrapper)
Transform a packet using this protocol 
 | 
void | 
ProtocolPipeline.transform(Direction direction,
         State state,
         PacketWrapper packetWrapper)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Direction | 
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Direction[] | 
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BaseProtocol.transform(Direction direction,
         State state,
         PacketWrapper packetWrapper)  | 
Copyright © 2016–2021. All rights reserved.