Complete resource pack API

This commit is contained in:
Jedediah Smith
2015-04-04 22:59:54 -04:00
parent 333cc0c4e1
commit ecfabc25c7
2 changed files with 184 additions and 0 deletions

View File

@@ -21,6 +21,16 @@ public class PlayerResourcePackStatusEvent extends PlayerEvent {
this.status = resourcePackStatus;
}
// Paper start - add hash (not used anymore)
/**
* @deprecated Hash does not seem to ever be set
*/
@Deprecated(forRemoval = true)
public String getHash() {
return null;
}
// Paper end
/**
* Gets the unique ID of this pack.
*