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