- OAK - de.robingrether.idisguise.disguise.BoatDisguise.BoatType
-
- OBJECT - de.robingrether.idisguise.disguise.DisguiseType.Type
-
- ObjectDisguise - Class in de.robingrether.idisguise.disguise
-
Represents a disguise as an object.
- ObjectDisguise(DisguiseType) - Constructor for class de.robingrether.idisguise.disguise.ObjectDisguise
-
Creates an instance.
- ObjectUtil - Class in de.robingrether.util
-
Some utility methods for objects.
- ObjectUtil() - Constructor for class de.robingrether.util.ObjectUtil
-
- OCELOT - de.robingrether.idisguise.disguise.DisguiseType
-
- OcelotDisguise - Class in de.robingrether.idisguise.disguise
-
Represents a disguise as an ocelot.
- OcelotDisguise() - Constructor for class de.robingrether.idisguise.disguise.OcelotDisguise
-
Creates an instance.
- OcelotDisguise(Ocelot.Type, boolean) - Constructor for class de.robingrether.idisguise.disguise.OcelotDisguise
-
Creates an instance.
- OfflinePlayerDisguiseEvent - Class in de.robingrether.idisguise.api
-
This event is fired whenever an offline player is about to be disguised.
- OfflinePlayerDisguiseEvent(OfflinePlayer, Disguise) - Constructor for class de.robingrether.idisguise.api.OfflinePlayerDisguiseEvent
-
- OfflinePlayerUndisguiseEvent - Class in de.robingrether.idisguise.api
-
This event is fired whenever an offline player is about to be undisguised.
- OfflinePlayerUndisguiseEvent(OfflinePlayer, Disguise, boolean) - Constructor for class de.robingrether.idisguise.api.OfflinePlayerUndisguiseEvent
-
- onCommand(CommandSender, Command, String, String[]) - Method in class de.robingrether.idisguise.iDisguise
-
- onDisable() - Method in class de.robingrether.idisguise.iDisguise
-
- onEnable() - Method in class de.robingrether.idisguise.iDisguise
-
- onEntityDeath(EntityDeathEvent) - Method in class de.robingrether.idisguise.EventListener
-
- ONLY_LIST - de.robingrether.idisguise.disguise.Disguise.Visibility
-
The disguise is visible to any player whose name is in the list.
The visibility parameter represents this list.
- ONLY_PERMISSION - de.robingrether.idisguise.disguise.Disguise.Visibility
-
The disguise is visible to any player who has a certain permission.
The first entry of the visibility parameter is this permission.
- onlyBlockCoordinates() - Method in class de.robingrether.idisguise.disguise.FallingBlockDisguise
-
Indicates whether this disguise may appear only on block coordinates.
- onPlayerDeath(PlayerDeathEvent) - Method in class de.robingrether.idisguise.EventListener
-
- onPlayerJoin(PlayerJoinEvent) - Method in class de.robingrether.idisguise.EventListener
-
- onPlayerLogin(PlayerLoginEvent) - Method in class de.robingrether.idisguise.EventListener
-
- onPlayerMove(PlayerMoveEvent) - Method in class de.robingrether.idisguise.EventListener
-
- onPlayerQuit(PlayerQuitEvent) - Method in class de.robingrether.idisguise.EventListener
-
- onReload() - Method in class de.robingrether.idisguise.iDisguise
-
- onTabComplete(CommandSender, Command, String, String[]) - Method in class de.robingrether.idisguise.iDisguise
-
- ORANGE - de.robingrether.idisguise.disguise.LlamaDisguise.SaddleColor
-
- OutdatedServerException - Exception in de.robingrether.idisguise.disguise
-
Thrown to indicate that the currently used minecraft server is outdated and does not support the invoked operation.
- OutdatedServerException() - Constructor for exception de.robingrether.idisguise.disguise.OutdatedServerException
-
Constructs a new outdated server exception with null
as its detail message.
- OutdatedServerException(String) - Constructor for exception de.robingrether.idisguise.disguise.OutdatedServerException
-
Constructs a new outdated server exception with the given detail message.