Class EMCWrapper
java.lang.Object
io.github.emcw.EMCWrapper
The main entrypoint of this library.
Holds an instance of itself and a reference to initialized maps.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSquaremap
(@NotNull KnownMap map) static EMCWrapper
instance()
registerSquaremap
(@NotNull KnownMap map) registerSquaremap
(@NotNull KnownMap map, boolean prefill) registerSquaremap
(@NotNull KnownMap map, CacheOptions mapDataOpts, CacheOptions playerDataOpts, boolean prefill)
-
Constructor Details
-
EMCWrapper
public EMCWrapper()
-
-
Method Details
-
registerSquaremap
-
registerSquaremap
-
registerSquaremap
public EMCWrapper registerSquaremap(@NotNull @NotNull KnownMap map, CacheOptions mapDataOpts, CacheOptions playerDataOpts, boolean prefill) -
getSquaremap
-
instance
-