Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.composite.SpaceStation
-
Packages that use SpaceStation Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanics -
-
Uses of SpaceStation in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with type parameters of type SpaceStation Modifier and Type Method Description <T extends SpaceStation>
UUIDSpaceStationFactory. spawn(CoordI2 position, String fileMatcher, String modNameMatcher, String path, UUID sceneTag, int team, boolean allTeamsCanEnter, int spawnAtSlotMinIncl, int spawnAtSlotMaxExcl, Class<T> type, Consumer<T> processor, GameSession gameSession)
Spawns the station at a certain position, also registers it at a ship slot<T extends SpaceStation>
UUIDSpaceStationFactory. spawnByMarker(String marker, String fileMatcher, String modNameMatcher, String path, UUID sceneTag, int team, boolean allTeamsCanEnter, int spawnAtSlotMinIncl, int spawnAtSlotMaxExcl, Class<T> type, Consumer<T> processor, GameSession gameSession)
Spawns the station at the position of a named MarkerEntity, also registers it at a ship slot<T extends SpaceStation>
UUIDSpaceStationFactory. spawnStation(CoordI2 position, UUID sceneTag, int team, boolean allTeamsCanEnter, boolean forceKeepPosition, int spawnAtSlotMinIncl, int spawnAtSlotMaxExcl, T station, Consumer<T> processor, GameSession gameSession)
Spawns a preloaded station at a certain position, also registers it at a ship slot.Methods in de.extio.spacecraft.shared.bo that return SpaceStation Modifier and Type Method Description static SpaceStation
EnterStationSupport. findClosest(SpaceCraft ship, List<SpaceStation> stations, boolean infiniteRange, boolean mannedOnly)
Finds the closest station a player located at ship can joinMethods in de.extio.spacecraft.shared.bo with parameters of type SpaceStation Modifier and Type Method Description static double
EnterStationSupport. calculateRealMaxDistance(SpaceCraft ship, SpaceStation station)
Returns the maximum standard distance ship can enter stationstatic boolean
EnterStationSupport. canEnter(SpaceCraft ship, SpaceStation station)
Checks whether a player located at ship can enter stationMethod parameters in de.extio.spacecraft.shared.bo with type arguments of type SpaceStation Modifier and Type Method Description static SpaceStation
EnterStationSupport. findClosest(SpaceCraft ship, List<SpaceStation> stations, boolean infiniteRange, boolean mannedOnly)
Finds the closest station a player located at ship can join
-