- UNDEAD_HORSE - de.robingrether.idisguise.disguise.DisguiseType
-
- undisguise(LivingEntity) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise a living entity.
Calling undisguise(livingEntity)
is equivalent to calling undisguise(livingEntity, true)
.
This function must only be accessed synchronously.
- undisguise(LivingEntity, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise a living entity.
This function must only be accessed synchronously.
- undisguise(Player) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise a player.
Calling undisguise(player)
is equivalent to calling undisguise(player, true)
.
This function must only be accessed synchronously.
- undisguise(Player, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise a player.
This function must only be accessed synchronously.
- undisguise(OfflinePlayer) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise an offline player.
Calling undisguise(offlinePlayer)
is equivalent to calling undisguise(offlinePlayer, true)
.
This function must only be accessed synchronously.
- undisguise(OfflinePlayer, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise an offline player.
This function must only be accessed synchronously.
- undisguiseAll() - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Undisguise everyone (includes online and offline players as well as entities).
This function must only be accessed synchronously.
- undisguiseAll() - Method in class de.robingrether.idisguise.api.EntityUndisguiseEvent
-
Indicates whether this event is part of a '/undisguise *' command
- undisguiseAll() - Method in class de.robingrether.idisguise.api.OfflinePlayerUndisguiseEvent
-
Indicates whether this event is part of a '/undisguise *' command.
- undisguiseAll() - Method in class de.robingrether.idisguise.api.UndisguiseEvent
-
Indicates whether this event is part of a '/undisguise *' command.
- UndisguiseEvent - Class in de.robingrether.idisguise.api
-
This event is fired whenever an online player is about to be undisguised.
- UndisguiseEvent(Player, Disguise, boolean) - Constructor for class de.robingrether.idisguise.api.UndisguiseEvent
-