Interface SnowballEntitySnapshot
- All Superinterfaces:
Entity<EntitySnapshot<? extends LiveEntity>>
,EntitySnapshot<LiveSnowballEntity>
,ItemProjectileEntity<EntitySnapshot<? extends LiveEntity>>
,Positionable<SyncExactPosition>
,ProjectileEntity<EntitySnapshot<? extends LiveEntity>>
,SnowballEntity<EntitySnapshot<? extends LiveEntity>>
public interface SnowballEntitySnapshot
extends SnowballEntity<EntitySnapshot<? extends LiveEntity>>, EntitySnapshot<LiveSnowballEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.entity.EntitySnapshot
EntitySnapshot.NoneDestructibleSnapshot<E extends LiveEntity>
-
Method Summary
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.projectile.ProjectileEntity
getSource, setSource
Methods inherited from interface org.core.entity.projectile.item.snowball.SnowballEntity
getItem
-
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 interfaceSnowballEntity<EntitySnapshot<? extends LiveEntity>>
- Returns:
- The Entity Type
-