类 SpawnerEntry.Equipment

java.lang.Object
org.bukkit.block.spawner.SpawnerEntry.Equipment
封闭类:
SpawnerEntry

public static class SpawnerEntry.Equipment extends Object
Represents the equipment loot table applied to a spawned entity.
  • 构造器详细资料

  • 方法详细资料

    • setEquipmentLootTable

      public void setEquipmentLootTable(@NotNull @NotNull LootTable table)
      Set the loot table for the entity.
      To remove a loot table use null. Do not use LootTables.EMPTY to clear a LootTable.
      参数:
      table - this Mob will have.
    • getEquipmentLootTable

      @NotNull public @NotNull LootTable getEquipmentLootTable()
      Gets the loot table for the entity.
      If an entity does not have a loot table, this will return null, NOT an empty loot table.
      返回:
      the loot table for this entity.
    • getDropChances

      @NotNull public @NotNull Map<EquipmentSlot,Float> getDropChances()
      Gets a mutable map of the drop chances for each slot of the entity. If non-null, the entity's drop chances will be overridden with the given value.
      返回:
      mutable map of drop chances