| 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)  | 
PlayerResourcePackStatusEvent(Player who,
                             PlayerResourcePackStatusEvent.Status resourcePackStatus,
                             String hash)
Deprecated.  
 | 
Copyright © 2022. All rights reserved.