Package org.core.entity.scene.itemframe
Interface ItemFrameSnapshot
- All Superinterfaces:
AttachableEntity<EntitySnapshot<? extends LiveEntity>>,Entity<EntitySnapshot<? extends LiveEntity>>,EntitySnapshot<LiveItemFrame>,ItemFrame<EntitySnapshot<? extends LiveEntity>>,ItemHoldingEntity<EntitySnapshot<? extends LiveEntity>>,LivingEntity<EntitySnapshot<? extends LiveEntity>>,Positionable<SyncExactPosition>
public interface ItemFrameSnapshot
extends ItemFrame<EntitySnapshot<? extends LiveEntity>>, EntitySnapshot<LiveItemFrame>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.entity.EntitySnapshot
EntitySnapshot.NoneDestructibleSnapshot<E extends LiveEntity> -
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, setDirectionMethods 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.scene.itemframe.ItemFrame
getItemRotation, getItemRotationFlip, setItem, setItemRotationMethods inherited from interface org.core.entity.ItemHoldingEntity
getHoldingItem
-
Method Details
-
getType
Description copied from interface:EntityGets the type of the entity- Specified by:
getTypein interfaceEntity<EntitySnapshot<? extends LiveEntity>>- Specified by:
getTypein interfaceItemFrame<EntitySnapshot<? extends LiveEntity>>- Returns:
- The Entity Type
-