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