接口的使用
org.bukkit.permissions.Permissible
程序包
说明
与处理玩家输入的非聊天消息(即命令)相关的类.
为在
世界
内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等.为不同种类的
矿车
提供的接口.用于提供玩家二态属性的类(推测二态为是管理员与不是管理员两种状态).
专门用于在运行时加载软件模组(插件)的类.
-
org.bukkit.command中Permissible的使用
修饰符和类型接口说明interface
interface
interface
interface
interface
-
org.bukkit.entity中Permissible的使用
修饰符和类型接口说明interface
Represents a Horse-like creature.interface
代表一个有年龄和繁殖能力的实体.interface
代表环境生物(只有蝙蝠属于这一行列).interface
代表动物.interface
代表一片即将对处于其中的生物施加药水效果的区域效果云 (即喷溅药水使用后形成的雾).interface
interface
表示一只箭矢.interface
表示一只蝙蝠.interface
代表烈焰人怪物.interface
代表船实体interface
代表蜘蛛(洞穴蜘蛛).interface
Represents Horse-like creatures which can carry an inventory.interface
代表鸡.interface
Represents a single part of aComplexLivingEntity
interface
Represents a complex living entity - one that is made up of various smaller partsinterface
代表牛.interface
Represents a Creature.interface
代表爬行者.interface
表示一个有生命值和可以被伤害的实体(Entity
)。interface
Represents a Donkey - variant ofChestedHorse
.interface
interface
代表抛出的鸡蛋.interface
Represents an ElderGuardian - variant ofGuardian
.interface
一个水晶,能治疗附近的末影龙interface
Represents an Ender Dragoninterface
代表末影龙部分/Represents an ender dragon partinterface
代表末影人.interface
interface
代表抛出的末影珍珠实体.interface
Represents an EnderSignal, which is created upon throwing an ender eye.interface
Represents a base entity in the worldinterface
Represents an Evoker "Illager".interface
Represents Evoker Fangs.interface
Represents an Experience Orb.interface
A representation of an explosive entityinterface
Represents a falling blockinterface
Represents a Fireball.interface
interface
已过时。interface
Represents a fishing hook.interface
代表能飞行的实体.interface
代表恶魂.interface
代表巨人.interface
一个可以伤害敌人的傀儡.interface
interface
代表悬挂实体.interface
代表一匹马.interface
代表人类实体, 比如一个NPC或一名玩家interface
代表一具尸壳 -Zombie
的变异体.interface
Represents a type of "Illager".interface
Represents an Illusioner "Illager".interface
村民守卫者——铁傀儡.interface
Represents an Item.interface
代表物品展示框.interface
代表大的火球(Fireball
).interface
Represents a Leash Hitch on a fenceinterface
代表雷击的实例,可能会或者不会造成伤害。interface
Represents a thrown lingering potion bottleinterface
代表一个生物实体,如一只怪物或一名玩家。interface
表示一只羊驼.interface
代表羊驼唾沫.interface
Represents a MagmaCube.interface
Represents a minecart entity.interface
代表怪物.interface
Represents a Mule - variant ofChestedHorse
.interface
代表哞菇(Cow
).interface
代表非玩家角色.interface
代表豹猫.interface
代表画.interface
Represents a Parrot.interface
代表猪.interface
代表僵尸猪人.interface
玩家对象interface
Represents a polar bear.interface
Represents a shootable entity.interface
interface
代表羊.interface
interface
interface
代表蠢虫.interface
代表骷髅.interface
Represents a SkeletonHorse - variant ofAbstractHorse
.interface
代表史莱姆.interface
代表小的火球(Fireball
).interface
代表雪球.interface
代表雪人实体.interface
Represents a spectral arrow.interface
Represents a spell casting "Illager".interface
代表蜘蛛.interface
Represents a thrown splash potion bottleinterface
代表鱿鱼.interface
Represents a Stray - variant ofSkeleton
.interface
interface
代表抛出的附魔之瓶.interface
Represents a thrown potion bottleinterface
interface
Represents a Primed TNT.interface
Represents a vehicle entity.interface
Represents a Vex.interface
Represents a villager NPCinterface
Represents a Vindicator.interface
代表海洋生物.interface
代表与天气有关的实体,例如雷暴.interface
代表女巫.interface
代表凋零boss.interface
Represents a WitherSkeleton - variant ofSkeleton
.interface
代表凋零之首.interface
代表狼.interface
代表僵尸.interface
Represents a ZombieHorse - variant ofAbstractHorse
.interface
-
org.bukkit.entity.minecart中Permissible的使用
修饰符和类型接口说明interface
代表命令方块矿车.interface
代表TNT矿车,可以被引爆.interface
代表漏斗矿车.interface
代表动力矿车.当玩家往动力矿车里放燃料
后它就会自己移动.interface
代表可乘坐的矿车.interface
代表有刷怪箱
在里面的矿车(即刷怪箱矿车).interface
代表运输矿车,你可以使用InventoryHolder
里的方法来访问. -
org.bukkit.permissions中Permissible的使用
修饰符和类型类说明class
Base Permissible for use in any Permissible object via proxy or extension修饰符和类型方法说明PermissionAttachment.getPermissible()
Gets the Permissible that this is attached toPermissionAttachmentInfo.getPermissible()
原文: Gets the permissible this is attached to修饰符和类型方法说明Permission.getPermissibles()
Gets a set containing everyPermissible
that has this permission.限定符构造器说明PermissionAttachment
(Plugin plugin, Permissible Permissible) PermissionAttachmentInfo
(Permissible permissible, String permission, PermissionAttachment attachment, boolean value) -
org.bukkit.plugin中Permissible的使用
修饰符和类型方法说明PluginManager.getDefaultPermSubscriptions
(boolean op) Gets a set containing all subscribedPermissible
s to the given default list, by op statusSimplePluginManager.getDefaultPermSubscriptions
(boolean op) PluginManager.getPermissionSubscriptions
(String permission) Gets a set containing all subscribedPermissible
s to the given permission, by nameSimplePluginManager.getPermissionSubscriptions
(String permission) 修饰符和类型方法说明void
PluginManager.subscribeToDefaultPerms
(boolean op, Permissible permissible) Subscribes to the given Default permissions by operator statusvoid
SimplePluginManager.subscribeToDefaultPerms
(boolean op, Permissible permissible) void
PluginManager.subscribeToPermission
(String permission, Permissible permissible) Subscribes the given Permissible for information about the requested Permission, by name.void
SimplePluginManager.subscribeToPermission
(String permission, Permissible permissible) void
PluginManager.unsubscribeFromDefaultPerms
(boolean op, Permissible permissible) Unsubscribes from the given Default permissions by operator statusvoid
SimplePluginManager.unsubscribeFromDefaultPerms
(boolean op, Permissible permissible) void
PluginManager.unsubscribeFromPermission
(String permission, Permissible permissible) Unsubscribes the given Permissible for information about the requested Permission, by name.void
SimplePluginManager.unsubscribeFromPermission
(String permission, Permissible permissible)
FishHook