| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock.data.inventory |
| Modifier and Type | Method and Description |
|---|---|
static ResponseStatus |
ResponseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseStatus[] |
ResponseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ItemStackResponse(ResponseStatus result,
int requestId,
List<ContainerEntry> containers) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.