Package org.core.entity.scene.itemframe
Interface LiveItemFrame
- All Superinterfaces:
AttachableEntity<LiveEntity>
,Entity<LiveEntity>
,ItemFrame<LiveEntity>
,ItemHoldingEntity<LiveEntity>
,LiveEntity
,LivingEntity<LiveEntity>
,Positionable<SyncExactPosition>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityType<LiveItemFrame,ItemFrameSnapshot>
getType()
Gets the type of the entityMethods inherited from interface org.core.entity.scene.AttachableEntity
getDirection, getDirections, setDirection
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.scene.itemframe.ItemFrame
getItemRotation, getItemRotationFlip, setItem, setItemRotation
Methods inherited from interface org.core.entity.ItemHoldingEntity
getHoldingItem
Methods inherited from interface org.core.entity.LiveEntity
remove
-
Method Details
-
getType
Description copied from interface:Entity
Gets the type of the entity- Specified by:
getType
in interfaceEntity<LiveEntity>
- Specified by:
getType
in interfaceItemFrame<LiveEntity>
- Returns:
- The Entity Type
-