Uses of Interface
org.bukkit.permissions.ServerOperator
| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
| org.bukkit.command |
Classes relating to handling specialized non-chat player input.
|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.entity.minecart |
Interfaces for various
Minecart types. |
| org.bukkit.permissions |
Classes dedicated to providing binary state properties to players.
|
-
Uses of ServerOperator in org.bukkit
Subinterfaces of ServerOperator in org.bukkit Modifier and Type Interface Description interfaceOfflinePlayer -
Uses of ServerOperator in org.bukkit.command
Subinterfaces of ServerOperator in org.bukkit.command Modifier and Type Interface Description interfaceBlockCommandSenderinterfaceCommandSenderinterfaceConsoleCommandSenderinterfaceProxiedCommandSenderinterfaceRemoteConsoleCommandSender -
Uses of ServerOperator in org.bukkit.entity
Subinterfaces of ServerOperator in org.bukkit.entity Modifier and Type Interface Description interfaceAgeableRepresents an entity that can age and breed.interfaceAmbientRepresents an ambient mobinterfaceAnimalsRepresents an Animal.interfaceArmorStandinterfaceArrowRepresents an arrow.interfaceBatRepresents a BatinterfaceBlazeRepresents a Blaze monsterinterfaceBoatRepresents a boat entity.interfaceCaveSpiderRepresents a Spider.interfaceChickenRepresents a Chicken.interfaceComplexEntityPartRepresents a single part of aComplexLivingEntityinterfaceComplexLivingEntityRepresents a complex living entity - one that is made up of various smaller partsinterfaceCowRepresents a Cow.interfaceCreatureRepresents a Creature.interfaceCreeperRepresents a CreeperinterfaceDamageableRepresents anEntitythat has health and can take damage.interfaceEggRepresents a thrown egg.interfaceEnderCrystalA crystal that heals nearby EnderDragonsinterfaceEnderDragonRepresents an Ender DragoninterfaceEnderDragonPartRepresents an ender dragon partinterfaceEndermanRepresents an Enderman.interfaceEndermiteinterfaceEnderPearlRepresents a thrown Ender Pearl entityinterfaceEnderSignalRepresents an Ender Signal, which is often created upon throwing an ender eyeinterfaceEntityRepresents a base entity in the worldinterfaceExperienceOrbRepresents an Experience Orb.interfaceExplosiveA representation of an explosive entityinterfaceFallingBlockRepresents a falling blockinterfaceFallingSandDeprecated.SeeFallingBlockinterfaceFireballRepresents a Fireball.interfaceFireworkinterfaceFishDeprecated.in favor ofFishHookinterfaceFishHookRepresents a fishing hook.interfaceFlyingRepresents a Flying Entity.interfaceGhastRepresents a Ghast.interfaceGiantRepresents a Giant.interfaceGolemA mechanical creature that may harm enemies.interfaceGuardianinterfaceHangingRepresents a Hanging entityinterfaceHorseRepresents a Horse.interfaceHumanEntityRepresents a human entity, such as an NPC or a playerinterfaceIronGolemAn iron Golem that protects Villages.interfaceItemRepresents an Item.interfaceItemFrameRepresents an Item FrameinterfaceLargeFireballRepresents a largeFireballinterfaceLeashHitchRepresents a Leash Hitch on a fenceinterfaceLightningStrikeRepresents an instance of a lightning strike.interfaceLivingEntityRepresents a living entity, such as a monster or playerinterfaceMagmaCubeRepresents a MagmaCube.interfaceMinecartRepresents a minecart entity.interfaceMonsterRepresents a Monster.interfaceMushroomCowRepresents a mushroomCowinterfaceNPCRepresents a non-player characterinterfaceOcelotA wild tameable catinterfacePaintingRepresents a Painting.interfacePigRepresents a Pig.interfacePigZombieRepresents a Pig Zombie.interfacePlayerRepresents a player, connected or notinterfacePoweredMinecartDeprecated.This class has been moved into a sub package;PoweredMinecartshould be used instead.interfaceProjectileRepresents a shootable entity.interfaceRabbitinterfaceSheepRepresents a Sheep.interfaceSilverfishRepresents a Silverfish.interfaceSkeletonRepresents a Skeleton.interfaceSlimeRepresents a Slime.interfaceSmallFireballRepresents a smallFireballinterfaceSnowballRepresents a snowball.interfaceSnowmanRepresents a snowman entityinterfaceSpiderRepresents a Spider.interfaceSquidRepresents a Squid.interfaceStorageMinecartDeprecated.This class has been moved into a sub package;StorageMinecartshould be used instead.interfaceThrownExpBottleRepresents a thrown Experience bottle.interfaceThrownPotionRepresents a thrown potion bottleinterfaceTNTPrimedRepresents a Primed TNT.interfaceVehicleRepresents a vehicle entity.interfaceVillagerRepresents a villager NPCinterfaceWaterMobRepresents a Water MobinterfaceWeatherRepresents a Weather related entity, such as a storminterfaceWitchRepresents a WitchinterfaceWitherRepresents a Wither bossinterfaceWitherSkullRepresents a wither skullFireball.interfaceWolfRepresents a WolfinterfaceZombieRepresents a Zombie. -
Uses of ServerOperator in org.bukkit.entity.minecart
Subinterfaces of ServerOperator in org.bukkit.entity.minecart Modifier and Type Interface Description interfaceCommandMinecartinterfaceExplosiveMinecartRepresents a Minecart with TNT inside it that can explode when triggered.interfaceHopperMinecartRepresents a Minecart with a Hopper inside itinterfacePoweredMinecartRepresents a powered minecart.interfaceRideableMinecartRepresents a minecart that can have certainentitiesas passengers.interfaceSpawnerMinecartRepresents a Minecart with anentity spawnerinside it.interfaceStorageMinecartRepresents a minecart with a chest. -
Uses of ServerOperator in org.bukkit.permissions
Subinterfaces of ServerOperator in org.bukkit.permissions Modifier and Type Interface Description interfacePermissibleRepresents an object that may be assigned permissionsClasses in org.bukkit.permissions that implement ServerOperator Modifier and Type Class Description classPermissibleBaseBase Permissible for use in any Permissible object via proxy or extensionConstructors in org.bukkit.permissions with parameters of type ServerOperator Constructor Description PermissibleBase(ServerOperator opable)