Interface ClassicZombieSnapshot
- All Superinterfaces:
AgeableEntity<EntitySnapshot<? extends LiveEntity>>,ArmoredEntity<EntitySnapshot<? extends LiveEntity>>,ClassicZombie<EntitySnapshot<? extends LiveEntity>>,Entity<EntitySnapshot<? extends LiveEntity>>,EntitySnapshot<LiveClassicZombie>,HostileEntity<EntitySnapshot<? extends LiveEntity>>,InventoryHoldingEntity<EntitySnapshot<? extends LiveEntity>>,ItemHoldingEntity<EntitySnapshot<? extends LiveEntity>>,LivingEntity<EntitySnapshot<? extends LiveEntity>>,Positionable<SyncExactPosition>,Zombie<EntitySnapshot<? extends LiveEntity>>
public interface ClassicZombieSnapshot
extends ClassicZombie<EntitySnapshot<? extends LiveEntity>>, EntitySnapshot<LiveClassicZombie>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.entity.EntitySnapshot
EntitySnapshot.NoneDestructibleSnapshot<E extends LiveEntity> -
Method Summary
Modifier and TypeMethodDescriptiondefault EntityType<LiveClassicZombie,ClassicZombieSnapshot>getType()Gets the type of the entityMethods inherited from interface org.core.entity.living.AgeableEntity
isAdult, setAdultMethods inherited from interface org.core.entity.living.ArmoredEntity
getArmor, getHoldingItemMethods inherited from interface org.core.entity.living.hostile.undead.classic.ClassicZombie
getInventoryMethods inherited from interface org.core.entity.Entity
addPassengers, addPassengers, clearPassengers, getAttachedTo, getCustomNameComponent, getFacingDirection, getPassengers, getPitch, getPosition, getRoll, getVelocity, getYaw, hasGravity, hasPassengers, isCustomNameVisible, isOnGround, isRemoved, removePassengers, removePassengers, setCustomName, setCustomName, setCustomNameVisible, setGravity, setPitch, setPosition, setPosition, setPosition, setPosition, setRoll, setVelocity, setVelocity, setYawMethods inherited from interface org.core.entity.EntitySnapshot
createSnapshot, getCreatedFrom, spawnEntity
-
Method Details
-
getType
Description copied from interface:EntityGets the type of the entity- Specified by:
getTypein interfaceClassicZombie<EntitySnapshot<? extends LiveEntity>>- Specified by:
getTypein interfaceEntity<EntitySnapshot<? extends LiveEntity>>- Returns:
- The Entity Type
-