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-12 04:20:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
58b0fb089f
TF-EssentialsX
/
providers
/
BaseProviders
/
src
/
main
/
java
/
net
/
ess3
/
provider
/
Provider.java
6 lines
87 B
Java
Raw
Normal View
History
Unescape
Escape
Provider Rework (#3407) Moved providers around, made them make sense, profit
2020-06-24 21:00:59 +00:00
package
net.ess3.provider
;
Refactor providers to a generic implementation in preparation for future spawn egg APIs
2016-03-10 14:47:43 +00:00
public
interface
Provider
{
Clean up providers a bit (#3279)
2020-05-28 19:06:03 +00:00
String
getDescription
(
)
;
Refactor providers to a generic implementation in preparation for future spawn egg APIs
2016-03-10 14:47:43 +00:00
}
Reference in a new issue
Copy permalink