Interface IFurnitureSeatEntity
-
- All Implemented Interfaces:
public interface IFurnitureSeatEntity
-
-
Method Summary
Modifier and Type Method Description abstract Interactionspawn()abstract ItemDisplaygetBaseEntity()abstract FurnitureMechanicgetMechanic()abstract FurnitureSeatgetSeat()LocationgetSeatLocation()-
-
Method Detail
-
spawn
abstract Interaction spawn()
-
getBaseEntity
abstract ItemDisplay getBaseEntity()
-
getMechanic
abstract FurnitureMechanic getMechanic()
-
getSeat
abstract FurnitureSeat getSeat()
-
getSeatLocation
Location getSeatLocation()
-
-
-
-