| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.data |
| Modifier and Type | Field and Description |
|---|---|
protected Int2ObjectBiMap<ResourcePackType> |
BedrockPacketHelper.resourcePackTypes |
| Modifier and Type | Method and Description |
|---|---|
ResourcePackType |
BedrockPacketHelper.getResourcePackType(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockPacketHelper.addResourcePackType(int index,
ResourcePackType resourcePackType) |
int |
BedrockPacketHelper.getResourcePackTypeId(ResourcePackType resourcePackType) |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePackType |
ResourcePackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePackType[] |
ResourcePackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2022 NukkitX. All rights reserved.