Package org.core.entity.living.fish.cod
Interface LiveCod
- All Superinterfaces:
Cod<LiveEntity>,Entity<LiveEntity>,FishEntity<LiveEntity>,LiveEntity,Positionable<SyncExactPosition>,WaterEntity<LiveEntity>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityType<LiveCod,CodSnapshot>getType()Gets the type of the entityMethods 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, setYawMethods inherited from interface org.core.entity.LiveEntity
remove
-
Method Details
-
getType
Description copied from interface:EntityGets the type of the entity- Specified by:
getTypein interfaceCod<LiveEntity>- Specified by:
getTypein interfaceEntity<LiveEntity>- Returns:
- The Entity Type
-