接口的使用
org.bukkit.Keyed
程序包
说明
Bukkit API的顶级程序包, 包含通用的API类和接口.
与进度有关的接口.
与属性有关的类 (Minecraft Wiki - 属性).
用于操作在
世界
内的三位像素(方块),包括一些特定的状态.与旗帜方块有关的类.
与创建Boss血量条(出现在玩家客户端屏幕顶部)有关的类.
Classes concerning damage types and sources applicable to living entities.
为在
世界
内存在的非三维像素单位(实体)提供的接口,包含玩家、怪物、抛射物等.与实体的持久化内存有关的类, 目前仅与村民有关.
Classes to facilitate world
Structure
generation.参与操作玩家物品栏和物品交互的类.
盔甲纹饰元数据类型。
与战利品表产生与操作有关的类 (Minecraft Wiki - 战利品表).
用于简化处理
地图
显示内容的类.Classes dedicated to handling data pack information.
代表每种
药水
属性和操作的类的集合.-
org.bukkit中Keyed的使用
修饰符和类型接口说明interface
Represents a registry of Bukkit objects that may be retrieved byNamespacedKey
.static final class
Registry.SimpleRegistry<T extends Enum<T> & Keyed>
interface
Represents a tag that may be defined by the server or a resource pack to group like things together.修饰符和类型接口说明interface
This represents a Feature Flag for a World.interface
Represents a song which may play in a Jukebox.interface
Represents a tag that may be defined by the server or a resource pack to group like things together.interface
修饰符和类型类说明enum
代表画.enum
Represents a fluid type.class
代表 Mojang 通用游戏事件.enum
所有物品的枚举.class
enum
enum
服务器能给玩家发送的声音的一个枚举。enum
表示被服务器监测的统计数据final class
已过时。This class does not represent the structures of a world well.修饰符和类型方法说明<B extends Keyed>
BUnsafeValues.get
(Registry<B> registry, NamespacedKey key) 已过时。Bukkit.getRegistry
(@NotNull Class<T> tClass) Returns the registry for the given class.Server.getRegistry
(@NotNull Class<T> tClass) Returns the registry for the given class.Gets a tag which has already been defined within the server.Gets a tag which has already been defined within the server.获取服务器定义的所有标签.获取服务器定义的所有标签. -
org.bukkit.advancement中Keyed的使用
-
org.bukkit.attribute中Keyed的使用
-
org.bukkit.block中Keyed的使用
修饰符和类型接口说明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.block.banner中Keyed的使用
-
org.bukkit.boss中Keyed的使用
-
org.bukkit.damage中Keyed的使用
-
org.bukkit.enchantments中Keyed的使用
修饰符和类型类说明class
附魔类.class
已过时。仅为保障向后兼容性, EnchantmentWrapper 已不再使用 -
org.bukkit.entity中Keyed的使用
修饰符和类型接口说明static interface
代表了各种猫的品种.static interface
Represents the variant of a frog - ie its color.static interface
Represents the various different Villager professions there may be.static interface
Represents Villager type, usually corresponding to what biome they spawn in.static interface
Represents the variant of a wolf. -
org.bukkit.entity.memory中Keyed的使用
修饰符和类型类说明final class
MemoryKey<T>
Represents a key used for accessing memory values of aLivingEntity
. -
org.bukkit.generator.structure中Keyed的使用
修饰符和类型类说明class
Represent a Structure from the world.class
Represent a StructureType of aStructure
. -
org.bukkit.inventory中Keyed的使用
修饰符和类型接口说明interface
Represents a complex recipe which has imperative server-defined behavior, eg armor dyeing.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.修饰符和类型类说明class
Represents a campfire recipe.class
Represents a campfire recipe.class
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.class
Represents a shaped or shapeless crafting recipe.class
熔炉冶炼配方.class
Represents a shaped (ie normal) crafting recipe.class
Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.class
Represents a smithing recipe.class
Represents a smithing transform recipe.class
Represents a smithing trim recipe.class
Represents a campfire recipe.class
Represents a Stonecutting recipe. -
org.bukkit.inventory.meta.trim中Keyed的使用
-
org.bukkit.loot中Keyed的使用
修饰符和类型接口说明interface
LootTables are technical files that represent what items should be in naturally generated containers, what items should be dropped when killing a mob, or what items can be fished. -
org.bukkit.map中Keyed的使用
-
org.bukkit.packs中Keyed的使用
-
org.bukkit.potion中Keyed的使用
修饰符和类型类说明class
代表应用于实体上的药水和效果类型.class
已过时。仅为保障向后兼容性, PotionEffectTypeWrapper 已不再使用.enum
药水种类枚举, 反应并匹配创造模式物品栏中可获取的每种药水的状态.