A B C D E F G H I J L M N O P R S T U V W Y Z 

I

iDisguise - Class in de.robingrether.idisguise
 
iDisguise() - Constructor for class de.robingrether.idisguise.iDisguise
 
ILLUSIONER - de.robingrether.idisguise.disguise.DisguiseType
 
init(boolean) - Static method in class de.robingrether.idisguise.management.VersionHelper
 
init(String) - Static method in class de.robingrether.idisguise.management.Sounds
 
instanceOf(Object, Class<?>...) - Static method in class de.robingrether.util.ObjectUtil
Tests whether an object is an instance of any of the given classes.
INVALID_MATERIALS - Static variable in class de.robingrether.idisguise.disguise.EndermanDisguise
A set containing all invalid materials.
These materials are invalid because the associated disguise would be invisible.
INVALID_MATERIALS - Static variable in class de.robingrether.idisguise.disguise.FallingBlockDisguise
A set containing all invalid materials.
These materials are invalid because the associated disguise would be invisible.
INVALID_MATERIALS - Static variable in class de.robingrether.idisguise.disguise.ItemDisguise
A set containing all invalid materials.
These materials are invalid because the associated disguise would be invisible.
INVALID_MATERIALS - Static variable in class de.robingrether.idisguise.disguise.MinecartDisguise
A set containing all invalid materials.
These materials are invalid because the associated disguise would be invisible.
IRON - de.robingrether.idisguise.disguise.HorseDisguise.Armor
 
IRON_GOLEM - de.robingrether.idisguise.disguise.DisguiseType
 
isAdult() - Method in class de.robingrether.idisguise.disguise.AgeableDisguise
Indicate whether this disguise appears as an adult or as a baby.
isAngry() - Method in class de.robingrether.idisguise.disguise.WolfDisguise
Indicates whether the wolf is angry.
isAvailable() - Method in enum de.robingrether.idisguise.disguise.DisguiseType
Indicates whether this disguise type is available on this server.
isCancelled() - Method in class de.robingrether.idisguise.api.DisguiseEvent
Checks whether this event is cancelled.
isCancelled() - Method in class de.robingrether.idisguise.api.EntityDisguiseEvent
Checks whether this event is cancelled.
isCancelled() - Method in class de.robingrether.idisguise.api.EntityUndisguiseEvent
Checks whether this event is cancelled.
isCancelled() - Method in class de.robingrether.idisguise.api.OfflinePlayerDisguiseEvent
Checks whether this event is cancelled.
isCancelled() - Method in class de.robingrether.idisguise.api.OfflinePlayerUndisguiseEvent
Checks whether this event is cancelled.
isCancelled() - Method in class de.robingrether.idisguise.api.UndisguiseEvent
Checks whether this event is cancelled.
isCustomNameVisible() - Method in class de.robingrether.idisguise.disguise.MobDisguise
Indicates whether the custom name of this entity is visible all the time.
The default value is true.
isCustomNameVisible() - Method in class de.robingrether.idisguise.disguise.ObjectDisguise
Indicates whether the custom name of this entity is visible all the time.
The default value is true.
isDisguised(LivingEntity) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether a living entity is disguised.
isDisguised(Player) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether a player is disguised.
isDisguised(OfflinePlayer) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether an offline player is disguised.
isDisguisedTo(LivingEntity, Player) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether a living entity is disguised and the disguise is visible to a given observer.
Calling this function is similar to: api.isDisguised(livingEntity) && api.getDisguise(livingEntity).isVisibleTo(observer)
isDisguisedTo(Player, Player) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether a player is disguised and the disguise is visible to a given observer.
Calling this function is similar to: api.isDisguised(player) && api.getDisguise(player).isVisibleTo(observer)
isDisguisedTo(OfflinePlayer, Player) - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether an offline player is disguised and the disguise is visible to a given observer.
Calling this function is similar to: api.isDisguised(offlinePlayer) && api.getDisguise(offlinePlayer).isVisibleTo(observer)
isEnchanted() - Method in class de.robingrether.idisguise.disguise.ItemDisguise
Indicates whether the associated item stack of this disguise contains any enchantments.
isGhost() - Method in class de.robingrether.idisguise.disguise.PlayerDisguise
Deprecated.
ghost disguise is no longer available
isMob() - Method in enum de.robingrether.idisguise.disguise.DisguiseType
Checks whether the type is a mob.
isNotBlank(String) - Static method in class de.robingrether.util.StringUtil
Indicates whether a string object (may be null) is blank or not.
isObject() - Method in enum de.robingrether.idisguise.disguise.DisguiseType
Checks whether the type is an object.
isPlayer() - Method in enum de.robingrether.idisguise.disguise.DisguiseType
Checks whether the type is a player.
isPlayerDisguisePermitted(String) - Method in class de.robingrether.idisguise.iDisguise
 
isPowered() - Method in class de.robingrether.idisguise.disguise.CreeperDisguise
Indicates whether the creeper is powered.
isSaddled() - Method in class de.robingrether.idisguise.disguise.HorseDisguise
Gets whether the horse is saddled.
isSaddled() - Method in class de.robingrether.idisguise.disguise.PigDisguise
Gets whether the pig is saddled.
isSitting() - Method in class de.robingrether.idisguise.disguise.OcelotDisguise
 
isSitting() - Method in class de.robingrether.idisguise.disguise.ParrotDisguise
 
isSitting() - Method in class de.robingrether.idisguise.disguise.WolfDisguise
 
isSoundsEnabled() - Method in interface de.robingrether.idisguise.api.DisguiseAPI
Indicates whether the disguised players' sounds are currently replaced.
isTamed() - Method in class de.robingrether.idisguise.disguise.WolfDisguise
Indicates whether the wolf is tamed.
isVisibleTo(Player) - Method in class de.robingrether.idisguise.disguise.Disguise
Indicates whether this disguise is visible to a certain player.
ITEM - de.robingrether.idisguise.disguise.DisguiseType
 
ItemDisguise - Class in de.robingrether.idisguise.disguise
Represents a disguise as an item stack.
ItemDisguise() - Constructor for class de.robingrether.idisguise.disguise.ItemDisguise
Creates an instance.
The default item stack is one stone.
ItemDisguise(ItemStack) - Constructor for class de.robingrether.idisguise.disguise.ItemDisguise
Creates an instance.
A B C D E F G H I J L M N O P R S T U V W Y Z 
Skip navigation links