Interface IFrame
- All Superinterfaces:
IMap
Single frame of a map display.
The main purpose of this is to provide the entity IDs of the item frame and the interaction
entity for own packet handling and entity modification.
Note: Frames only exist on the network level, so the server doesn't know about this frame entity.
-
Method Summary
Modifier and TypeMethodDescriptionint
Note: Frames only exist on the network level, so the server doesn't know about this frame entity.int
Note: Frames only exist on the network level, so the server doesn't know about this frame entity.
-
Method Details
-
frameEntityId
int frameEntityId()Note: Frames only exist on the network level, so the server doesn't know about this frame entity.- Returns:
- the entity id of the item frame
-
interactionEntityId
int interactionEntityId()Note: Frames only exist on the network level, so the server doesn't know about this frame entity.- Returns:
- the entity id of the interaction entity
-