Package net.glowstone.io.entity
Class ParrotStore
java.lang.Object
net.glowstone.io.entity.EntityStore<T>
net.glowstone.io.entity.LivingEntityStore<T>
net.glowstone.io.entity.AgeableStore<T>
net.glowstone.io.entity.ParrotStore
-
Field Summary
Fields inherited from class net.glowstone.io.entity.EntityStore
entityType, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(GlowParrot entity, CompoundTag compound) Load data into an existing entity of the appropriate type from the given compound tag.void
save
(GlowParrot entity, CompoundTag tag) Save information about this entity to the given tag.Methods inherited from class net.glowstone.io.entity.AgeableStore
createEntity
Methods inherited from class net.glowstone.io.entity.EntityStore
canEqual, createEntity, equals, getEntityType, getType, hashCode, toString
-
Constructor Details
-
ParrotStore
public ParrotStore()
-
-
Method Details
-
load
Description copied from class:EntityStore
Load data into an existing entity of the appropriate type from the given compound tag.- Parameters:
entity
- The target entity.compound
- The entity's tag.
-
save
Description copied from class:EntityStore
Save information about this entity to the given tag.- Parameters:
entity
- The entity to save.tag
- The target tag.
-