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