Package net.pl3x.map.core.renderer.task
Class AbstractDataTask
java.lang.Object
net.pl3x.map.core.scheduler.Task
net.pl3x.map.core.renderer.task.AbstractDataTask
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
UpdateLiveData,UpdateMarkerData
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutorServiceprotected final Stringprotected CompletableFuture<Void> protected final com.google.gson.Gsonprotected booleanprotected final World -
Constructor Summary
ConstructorsConstructorDescriptionAbstractDataTask(int delay, boolean repeat, World world, String serviceName) AbstractDataTask(int delay, boolean repeat, World world, String serviceName, int threads) -
Method Summary
-
Field Details
-
gson
protected final com.google.gson.Gson gson -
world
-
lastUpdated
-
executor
-
executorName
-
future
-
running
protected boolean running
-
-
Constructor Details
-
AbstractDataTask
-
AbstractDataTask
-
-
Method Details