forked from open-osrs/runelite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rsapi: add interfaces for all named classes
- Loading branch information
1 parent
5c857fb
commit 234533e
Showing
170 changed files
with
510 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractByteArrayCopier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractByteArrayCopier {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractSocket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractSocket {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractSound.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractSound {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractUserComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractUserComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractWorldMapData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractWorldMapData {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAbstractWorldMapIcon.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAbstractWorldMapIcon {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAccessFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAccessFile {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSArchiveDisk.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSArchiveDisk {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSArchiveDiskAction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSArchiveDiskAction {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSArchiveDiskActionHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSArchiveDiskActionHandler {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSArchiveLoader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSArchiveLoader {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAttackOption.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAttackOption {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSAudioFilter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSAudioFilter {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBZip2Decompressor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBZip2Decompressor {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBZip2State.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBZip2State {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBounds.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBounds {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBuddyRankComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBuddyRankComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBufferedFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBufferedFile {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBufferedNetSocket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBufferedNetSocket {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBufferedSink.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBufferedSink {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSBufferedSource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSBufferedSource {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSByteArrayNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSByteArrayNode {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSByteArrayPool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSByteArrayPool {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSCalendar.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSCalendar {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSClientPacket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSClientPacket {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSClock {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSCoord {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDefaultsGroup.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDefaultsGroup {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDemotingHashTable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDemotingHashTable {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDesktopPlatformInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDesktopPlatformInfoProvider {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDevicePcmPlayer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDevicePcmPlayer {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDevicePcmPlayerProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDevicePcmPlayerProvider {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDirectByteArrayCopier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDirectByteArrayCopier {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDirectWrapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDirectWrapper {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSDualNodeDeque.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSDualNodeDeque {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSEnumerated.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSEnumerated {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFaceNormal.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFaceNormal {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFileSystem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFileSystem {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFloorOverlayDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFloorOverlayDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFloorUnderlayDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFloorUnderlayDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFontName.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFontName {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFonts {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSFriendLoginUpdate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSFriendLoginUpdate {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGZipDecompressor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGZipDecompressor {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeEvent {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeEvents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeEvents {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferAgeComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferAgeComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferNameComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferNameComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferOwnWorldComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferOwnWorldComparator {} |
3 changes: 3 additions & 0 deletions
3
...pe-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferTotalQuantityComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferTotalQuantityComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferUnitPriceComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferUnitPriceComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGrandExchangeOfferWorldComparator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGrandExchangeOfferWorldComparator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSGraphicsDefaults.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSGraphicsDefaults {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSHitSplatDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSHitSplatDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSHorizontalAlignment.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSHorizontalAlignment {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSHuffman.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSHuffman {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSInstrument.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSInstrument {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIntHashTable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIntHashTable {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSInterpreter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSInterpreter {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSInvDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSInvDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIsaacCipher.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIsaacCipher {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIterableDualNodeQueue.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIterableDualNodeQueue {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIterableDualNodeQueueIterator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIterableDualNodeQueueIterator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIterableNodeDequeDescendingIterator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIterableNodeDequeDescendingIterator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSIterableNodeHashTableIterator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSIterableNodeHashTableIterator {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSJagexCache.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSJagexCache {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSKitDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSKitDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSLanguage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLanguage {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLink {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSLinkDeque.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLinkDeque {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLogin {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSLoginPacket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLoginPacket {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSLoginScreenAnimation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSLoginScreenAnimation {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMessages.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMessages {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMidiFileReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMidiFileReader {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMilliClock.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMilliClock {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSModelData0.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSModelData0 {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMouseWheel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMouseWheel {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMusicPatch.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMusicPatch {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMusicPatchNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMusicPatchNode {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMusicPatchNode2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMusicPatchNode2 {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMusicPatchPcmStream.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMusicPatchPcmStream {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSMusicTrack.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSMusicTrack {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSNanoClock.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSNanoClock {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSNetCache.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSNetCache {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSNetFileRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSNetFileRequest {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSNetSocket.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSNetSocket {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSObjectNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSObjectNode {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSObjectSound.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSObjectSound {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSOccluder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSOccluder {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPacketBufferNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPacketBufferNode {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPacketWriter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPacketWriter {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSParamDefinition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSParamDefinition {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPcmPlayer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPcmPlayer {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPcmStreamMixerListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPcmStreamMixerListener {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPendingSpawn.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPendingSpawn {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPlatformInfo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPlatformInfo {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPlatformInfoProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPlatformInfoProvider {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPlayerType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPlayerType {} |
3 changes: 3 additions & 0 deletions
3
runescape-api/src/main/java/net/runelite/rs/api/RSPlayers.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package net.runelite.rs.api; | ||
|
||
public interface RSPlayers {} |
Oops, something went wrong.