Package net.glowstone.io.entity
Class ShulkerStore
-
Field Summary
Fields inherited from class net.glowstone.io.entity.EntityStore
entityType, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(GlowShulker entity, CompoundTag tag) Load data into an existing entity of the appropriate type from the given compound tag.voidsave(GlowShulker entity, CompoundTag tag) Save information about this entity to the given tag.Methods inherited from class net.glowstone.io.entity.MonsterStore
createEntityMethods inherited from class net.glowstone.io.entity.EntityStore
canEqual, createEntity, equals, getEntityType, getType, hashCode, toString
-
Constructor Details
-
ShulkerStore
public ShulkerStore()
-
-
Method Details
-
load
Description copied from class:EntityStoreLoad data into an existing entity of the appropriate type from the given compound tag.- Overrides:
loadin classEntityStore<GlowShulker>- Parameters:
entity- The target entity.tag- The entity's tag.
-
save
Description copied from class:EntityStoreSave information about this entity to the given tag.- Overrides:
savein classEntityStore<GlowShulker>- Parameters:
entity- The entity to save.tag- The target tag.
-