public class FireworkStore extends EntityStore<GlowFirework>
entityType, type| Constructor and Description |
|---|
FireworkStore() |
| Modifier and Type | Method and Description |
|---|---|
GlowFirework |
createEntity(org.bukkit.Location location,
CompoundTag compound)
Create a new entity of this store's type at the given location.
|
void |
load(GlowFirework entity,
CompoundTag tag)
Load data into an existing entity of the appropriate type from the given compound tag.
|
void |
save(GlowFirework entity,
CompoundTag tag)
Save information about this entity to the given tag.
|
canEqual, createEntity, equals, getEntityType, getType, hashCode, toStringpublic GlowFirework createEntity(org.bukkit.Location location, CompoundTag compound)
EntityStorecreateEntity in class EntityStore<GlowFirework>location - The location.compound - The entity's tag, if extra data is needed.public void load(GlowFirework entity, CompoundTag tag)
EntityStoreload in class EntityStore<GlowFirework>entity - The target entity.tag - The entity's tag.public void save(GlowFirework entity, CompoundTag tag)
EntityStoresave in class EntityStore<GlowFirework>entity - The entity to save.tag - The target tag.Copyright © 2021. All rights reserved.