public class VindicatorStore extends MonsterStore<GlowVindicator>
entityType, type| Constructor and Description |
|---|
VindicatorStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(GlowVindicator entity,
CompoundTag tag)
Load data into an existing entity of the appropriate type from the given compound tag.
|
void |
save(GlowVindicator entity,
CompoundTag tag)
Save information about this entity to the given tag.
|
createEntitycanEqual, createEntity, equals, getEntityType, getType, hashCode, toStringpublic void load(GlowVindicator entity, CompoundTag tag)
EntityStoreload in class EntityStore<GlowVindicator>entity - The target entity.tag - The entity's tag.public void save(GlowVindicator entity, CompoundTag tag)
EntityStoresave in class EntityStore<GlowVindicator>entity - The entity to save.tag - The target tag.Copyright © 2021. All rights reserved.