Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
8434fad393c5f4f38486da777cb50aa164b83a52
/
.
/
src
/
main
/
java
/
net
/
glowstone
/
io
/
FunctionIoService.java
blob: da9702f379e35698af9a3091e7b7c7296a7c6f65 [
file
] [
log
] [
blame
] [
raw
]
package
net
.
glowstone
.
io
;
import
java
.
util
.
List
;
import
net
.
glowstone
.
data
.
CommandFunction
;
public
interface
FunctionIoService
{
List
<
CommandFunction
>
readFunctions
();
}