- DARK_BROWN - de.robingrether.idisguise.disguise.StyledHorseDisguise.Color
-
- DARK_OAK - de.robingrether.idisguise.disguise.BoatDisguise.BoatType
-
- de.robingrether.idisguise - package de.robingrether.idisguise
-
- de.robingrether.idisguise.api - package de.robingrether.idisguise.api
-
- de.robingrether.idisguise.disguise - package de.robingrether.idisguise.disguise
-
- de.robingrether.util - package de.robingrether.util
-
- DEATH - de.robingrether.idisguise.management.Sounds.SoundEffectType
-
- debug() - Static method in class de.robingrether.idisguise.management.VersionHelper
-
- DIAMOND - de.robingrether.idisguise.disguise.HorseDisguise.Armor
-
- disguise(LivingEntity, Disguise) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise a living entity.
Calling disguise(livingEntity, disguise)
is equivalent to calling disguise(livingEntity, disguise, true)
.
This function must only be accessed synchronously.
- disguise(LivingEntity, Disguise, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise a living entity.
This function must only be accessed synchronously.
- disguise(Player, Disguise) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise a player.
Calling disguise(player, disguise)
is equivalent to calling disguise(player, disguise, true)
.
This function must only be accessed synchronously.
- disguise(Player, Disguise, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise a player.
This function must only be accessed synchronously.
- disguise(OfflinePlayer, Disguise) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise an offline player.
Calling disguise(offlinePlayer, disguise)
is equivalent to calling disguise(offlinePlayer, disguise, true)
.
This function must only be accessed synchronously.
- disguise(OfflinePlayer, Disguise, boolean) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
-
Disguise an offline player.
This function must only be accessed synchronously.
- Disguise - Class in de.robingrether.idisguise.disguise
-
Represents a disguise.
- Disguise.Visibility - Enum in de.robingrether.idisguise.disguise
-
This enum represents the different visibility modes.
- DisguiseAPI - Interface in de.robingrether.idisguise.api
-
The API to hook into iDisguise.
- DisguiseEvent - Class in de.robingrether.idisguise.api
-
This event is fired whenever an online player is about to be disguised.
- DisguiseEvent(Player, Disguise) - Constructor for class de.robingrether.idisguise.api.DisguiseEvent
-
- DisguiseType - Enum in de.robingrether.idisguise.disguise
-
This enum contains all types, you can disguise as.
- DisguiseType.Matcher - Class in de.robingrether.idisguise.disguise
-
- DisguiseType.Type - Enum in de.robingrether.idisguise.disguise
-
The type a disguise can be: mob, player, object.
- DONKEY - de.robingrether.idisguise.disguise.DisguiseType
-