Package net.glowstone.io.entity
Class ZombieVillagerStore
-
Field Summary
FieldsFields inherited from class net.glowstone.io.entity.EntityStore
entityType, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(GlowZombie zombie, CompoundTag compound) Load data into an existing entity of the appropriate type from the given compound tag.voidsave(GlowZombie zombie, CompoundTag compound) 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
-
Field Details
-
PROFESSION
- See Also:
-
CONVERSION_TIME
- See Also:
-
CONVERSION_PLAYER
- See Also:
-
-
Constructor Details
-
ZombieVillagerStore
public ZombieVillagerStore()
-
-
Method Details
-
load
Description copied from class:EntityStoreLoad data into an existing entity of the appropriate type from the given compound tag.- Parameters:
zombie- The target entity.compound- The entity's tag.
-
save
Description copied from class:EntityStoreSave information about this entity to the given tag.- Parameters:
zombie- The entity to save.compound- The target tag.
-