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