| Package | Description |
|---|---|
| com.comphenix.protocol.events | |
| com.comphenix.protocol.wrappers |
| Modifier and Type | Method and Description |
|---|---|
StructureModifier<EnumWrappers.EntityUseAction> |
PacketContainer.getEntityUseActions()
Retrieve a read/write structure for the EntityUse enum in 1.7.2.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.EntityUseAction |
EnumWrappers.EntityUseAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.EntityUseAction[] |
EnumWrappers.EntityUseAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EquivalentConverter<EnumWrappers.EntityUseAction> |
EnumWrappers.getEntityUseActionConverter() |