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