| Package | Description |
|---|---|
| net.minecraft.client.network.play | |
| net.minecraft.network.play.client |
| Modifier and Type | Method and Description |
|---|---|
private void |
ClientPlayNetHandler.sendResourcePackStatus(CResourcePackStatusPacket.Action action) |
| Modifier and Type | Field and Description |
|---|---|
private CResourcePackStatusPacket.Action |
CResourcePackStatusPacket.action |
| Modifier and Type | Method and Description |
|---|---|
static CResourcePackStatusPacket.Action |
CResourcePackStatusPacket.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CResourcePackStatusPacket.Action[] |
CResourcePackStatusPacket.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CResourcePackStatusPacket(CResourcePackStatusPacket.Action p_i47156_1_) |