Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.player |
Modifier and Type | Method and Description |
---|---|
PlayerResourcePackStatusEvent.Status |
Player.getResourcePackStatus() |
Modifier and Type | Method and Description |
---|---|
PlayerResourcePackStatusEvent.Status |
PlayerResourcePackStatusEvent.getStatus()
Gets the status of this pack.
|
static PlayerResourcePackStatusEvent.Status |
PlayerResourcePackStatusEvent.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerResourcePackStatusEvent.Status[] |
PlayerResourcePackStatusEvent.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlayerResourcePackStatusEvent(Player who,
PlayerResourcePackStatusEvent.Status resourcePackStatus)
Deprecated.
|
PlayerResourcePackStatusEvent(Player who,
PlayerResourcePackStatusEvent.Status resourcePackStatus,
String hash) |
Copyright © 2021. All rights reserved.