Package org.core.entity.living.human
Interface HumanSnapshot
- All Superinterfaces:
AbstractHuman<EntitySnapshot<? extends LiveEntity>>
,Creature<EntitySnapshot<? extends LiveEntity>>
,Entity<EntitySnapshot<? extends LiveEntity>>
,EntityProjectileSource
,EntitySnapshot<LiveHuman>
,EntitySource
,Human<EntitySnapshot<? extends LiveEntity>>
,InventoryHoldingEntity<EntitySnapshot<? extends LiveEntity>>
,LivingEntity<EntitySnapshot<? extends LiveEntity>>
,Positionable<SyncExactPosition>
,ProjectileSource
,Source
,Tamer<EntitySnapshot<? extends LiveEntity>>
,TargetableEntity<EntitySnapshot<? extends LiveEntity>>
public interface HumanSnapshot
extends Human<EntitySnapshot<? extends LiveEntity>>, EntitySnapshot<LiveHuman>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.entity.EntitySnapshot
EntitySnapshot.NoneDestructibleSnapshot<E extends LiveEntity>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityType<LiveHuman,HumanSnapshot>
getType()
Gets the type of the entityMethods inherited from interface org.core.entity.living.human.AbstractHuman
getExhaustionLevel, getFoodLevel, getName, getSaturationLevel, isSneaking, setExhaustionLevel, setFood, setSaturationLevel, setSneaking
Methods 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, setYaw
Methods inherited from interface org.core.entity.EntitySnapshot
createSnapshot, getCreatedFrom, spawnEntity
Methods inherited from interface org.core.entity.InventoryHoldingEntity
getInventory
Methods inherited from interface org.core.entity.living.TargetableEntity
getTargetEntity, removeTargetEntity, setTargetEntity
-
Method Details
-
getType
Description copied from interface:Entity
Gets the type of the entity- Specified by:
getType
in interfaceEntity<EntitySnapshot<? extends LiveEntity>>
- Specified by:
getType
in interfaceHuman<EntitySnapshot<? extends LiveEntity>>
- Returns:
- The Entity Type
-