Package org.core.entity.living.human
Interface LiveHuman
- All Superinterfaces:
AbstractHuman<LiveEntity>
,Creature<LiveEntity>
,Entity<LiveEntity>
,EntityProjectileSource
,EntitySource
,Human<LiveEntity>
,InventoryHoldingEntity<LiveEntity>
,LiveEntity
,LivingEntity<LiveEntity>
,Positionable<SyncExactPosition>
,ProjectileSource
,Source
,Tamer<LiveEntity>
,TargetableEntity<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, createSnapshot, 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.InventoryHoldingEntity
getInventory
Methods inherited from interface org.core.entity.LiveEntity
remove
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<LiveEntity>
- Specified by:
getType
in interfaceHuman<LiveEntity>
- Returns:
- The Entity Type
-