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, setYawMethods inherited from interface org.core.entity.EntitySnapshot
createSnapshot, getCreatedFrom, spawnEntityMethods inherited from interface org.core.entity.projectile.ProjectileEntity
getSource, setSourceMethods inherited from interface org.core.entity.projectile.item.snowball.SnowballEntity
getItem
-
Method Details
-
getType
Description copied from interface:EntityGets the type of the entity- Specified by:
getTypein interfaceEntity<EntitySnapshot<? extends LiveEntity>>- Specified by:
getTypein interfaceSnowballEntity<EntitySnapshot<? extends LiveEntity>>- Returns:
- The Entity Type
-