Uses of Class
org.bukkit.block.spawner.SpawnerEntry.Equipment
Packages that use SpawnerEntry.Equipment
-
Uses of SpawnerEntry.Equipment in org.bukkit.block.spawner
Methods in org.bukkit.block.spawner that return SpawnerEntry.EquipmentModifier and TypeMethodDescription@Nullable SpawnerEntry.Equipment
SpawnerEntry.getEquipment()
Gets the equipment which will be applied to the spawned entity.Methods in org.bukkit.block.spawner with parameters of type SpawnerEntry.EquipmentModifier and TypeMethodDescriptionvoid
SpawnerEntry.setEquipment
(@Nullable SpawnerEntry.Equipment equipment) Sets the equipment which will be applied to the spawned entity.Constructors in org.bukkit.block.spawner with parameters of type SpawnerEntry.EquipmentModifierConstructorDescriptionSpawnerEntry
(@NotNull EntitySnapshot snapshot, int spawnWeight, @Nullable SpawnRule spawnRule, @Nullable SpawnerEntry.Equipment equipment)