接口的使用
org.bukkit.Translatable
程序包
说明
Bukkit API的顶级程序包, 包含通用的API类和接口.
与属性有关的类 (Minecraft Wiki - 属性).
用于操作在
世界
内的三位像素(方块),包括一些特定的状态.Classes concerning damage types and sources applicable to living entities.
为在
世界
内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等.参与操作玩家物品栏和物品交互的类.
盔甲纹饰元数据类型。
代表每种
药水
属性和操作的类的集合.-
org.bukkit中Translatable的使用
-
org.bukkit.attribute中Translatable的使用
-
org.bukkit.block中Translatable的使用
修饰符和类型接口说明interface
代表一个方块.interface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
org.bukkit.damage中Translatable的使用
-
org.bukkit.enchantments中Translatable的使用
修饰符和类型类说明class
附魔类.class
已过时。仅为保障向后兼容性, EnchantmentWrapper 已不再使用 -
org.bukkit.entity中Translatable的使用
-
org.bukkit.inventory中Translatable的使用
修饰符和类型接口说明interface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time. -
org.bukkit.inventory.meta.trim中Translatable的使用
-
org.bukkit.potion中Translatable的使用
修饰符和类型类说明class
代表应用于实体上的药水和效果类型.class
已过时。仅为保障向后兼容性, PotionEffectTypeWrapper 已不再使用.