Uses of Interface
org.bukkit.entity.EntitySnapshot
Packages that use EntitySnapshot
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Classes relevant to mob spawners.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of EntitySnapshot in org.bukkit.block
Methods in org.bukkit.block that return EntitySnapshotModifier and TypeMethodDescriptionCreatureSpawner.getSpawnedEntity()
Gets theEntitySnapshot
that will be spawned by this spawner or null if no entities have been assigned to this spawner.Methods in org.bukkit.block with parameters of type EntitySnapshotModifier and TypeMethodDescriptionvoid
CreatureSpawner.addPotentialSpawn
(EntitySnapshot snapshot, int weight, SpawnRule spawnRule) Adds a newEntitySnapshot
to the list of entities this spawner can spawn.void
CreatureSpawner.setSpawnedEntity
(EntitySnapshot snapshot) Sets the entity that will be spawned by this spawner. -
Uses of EntitySnapshot in org.bukkit.block.spawner
Methods in org.bukkit.block.spawner that return EntitySnapshotModifier and TypeMethodDescriptionSpawnerEntry.getSnapshot()
Gets theEntitySnapshot
for this SpawnerEntry.Methods in org.bukkit.block.spawner with parameters of type EntitySnapshotModifier and TypeMethodDescriptionvoid
SpawnerEntry.setSnapshot
(EntitySnapshot snapshot) Sets theEntitySnapshot
for this SpawnerEntry.Constructors in org.bukkit.block.spawner with parameters of type EntitySnapshotModifierConstructorDescriptionSpawnerEntry
(EntitySnapshot snapshot, int spawnWeight, SpawnRule spawnRule) -
Uses of EntitySnapshot in org.bukkit.entity
Methods in org.bukkit.entity that return EntitySnapshotModifier and TypeMethodDescriptionEntity.createSnapshot()
Crates anEntitySnapshot
representing the current state of this entity. -
Uses of EntitySnapshot in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return EntitySnapshotModifier and TypeMethodDescriptionSpawnEggMeta.getSpawnedEntity()
Gets theEntitySnapshot
that will be spawned by this spawn egg or null if no entity has been set.Methods in org.bukkit.inventory.meta with parameters of type EntitySnapshotModifier and TypeMethodDescriptionvoid
SpawnEggMeta.setSpawnedEntity
(EntitySnapshot snapshot) Sets theEntitySnapshot
that will be spawned by this spawn egg.