mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Remove deprecated warnings from 2 methods
This commit is contained in:
parent
306b246f76
commit
575756ca72
1 changed files with 0 additions and 2 deletions
|
@ -115,7 +115,6 @@ public class DisguiseAPI {
|
|||
/**
|
||||
* Get the disguise of a entity
|
||||
*/
|
||||
@Deprecated
|
||||
public static Disguise getDisguise(Entity disguised) {
|
||||
if (disguised == null)
|
||||
return null;
|
||||
|
@ -152,7 +151,6 @@ public class DisguiseAPI {
|
|||
/**
|
||||
* Is this entity disguised
|
||||
*/
|
||||
@Deprecated
|
||||
public static boolean isDisguised(Entity disguised) {
|
||||
return getDisguise(disguised) != null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue