This website requires JavaScript.
Explore
Help
Register
Sign in
TotalFreedomMC
/
TF-EssentialsX
Watch
1
Star
0
Fork
You've already forked TF-EssentialsX
0
mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced
2025-02-22 08:25:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
200ad81862
TF-EssentialsX
/
Essentials
/
src
/
com
/
earth2me
/
essentials
/
api
/
IWarps.java
9 lines
97 B
Java
Raw
Normal View
History
Unescape
Escape
[API] Add a warp api, with future 3.x support :: minor cleanup
2013-04-28 20:23:45 +00:00
package
com.earth2me.essentials.api
;
Made the "throws" declaration of getWarps() more specific It is very difficult to handle an Exception thrown by an API method when you don't have any way to **programatically** (without dirty stuff like string comparisons, so the message is not enough) distinguish errors and find out what's going on.
2013-04-29 18:29:42 +00:00
[API] Add a warp api, with future 3.x support :: minor cleanup
2013-04-28 20:23:45 +00:00
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 15:14:39 +00:00
public
interface
IWarps
extends
net
.
ess3
.
api
.
IWarps
[API] Add a warp api, with future 3.x support :: minor cleanup
2013-04-28 20:23:45 +00:00
{
}
Reference in a new issue
Copy permalink