net.minecraft.server.packs.resources

public class SimpleReloadInstance<S>

implements ReloadInstance

awb
net.minecraft.server.packs.resources.SimpleReloadInstance
net.minecraft.class_4014
net.minecraft.resource.SimpleResourceReload
net.minecraft.server.packs.resources.Reloadable

Field summary

Modifier and TypeField
private static final int
c
PREPARATION_PROGRESS_WEIGHT
field_29784
FIRST_PREPARE_APPLY_WEIGHT
private static final int
d
EXTRA_RELOAD_PROGRESS_WEIGHT
field_29785
SECOND_PREPARE_APPLY_WEIGHT
private static final int
e
LISTENER_PROGRESS_WEIGHT
field_29786
RELOADER_WEIGHT
protected final CompletableFuture<Unit>
a
allPreparations
field_18042
prepareStageFuture
protected CompletableFuture<List<S>>
b
allDone
field_18043
applyStageFuture
final Set<PreparableReloadListener>
f
preparingListeners
field_18044
waitingReloaders
private final int
g
listenerCount
field_18045
reloaderCount
private int
h
startedReloads
field_18046
toApplyCount
private int
i
finishedReloads
field_18047
appliedCount
private final AtomicInteger
j
startedTaskCounter
field_18048
toPrepareCount
private final AtomicInteger
k
doneTaskCounter
field_18049
preparedCount

Constructor summary

ModifierConstructor
protected (Executor prepareExecutor, Executor applyExecutor, ResourceManager manager, List<PreparableReloadListener> reloaders, SimpleReloadInstance$StateFactory<S> factory, CompletableFuture<Unit> initialStage)

Method summary

Modifier and TypeMethod
public static SimpleReloadInstance<Void>
a(avv arg0, List<avp> arg1, Executor arg2, Executor arg3, CompletableFuture<bbk> arg4)
of(ResourceManager arg0, List<PreparableReloadListener> arg1, Executor arg2, Executor arg3, CompletableFuture<Unit> arg4)
method_18369(class_3300 arg0, List<class_3302> arg1, Executor arg2, Executor arg3, CompletableFuture<class_3902> arg4)
create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)
public CompletableFuture<?>
a()
done()
method_18364()
whenComplete()
public float
b()
getActualProgress()
method_18229()
getProgress()
public static ReloadInstance
a(avv arg0, List<avp> arg1, Executor arg2, Executor arg3, CompletableFuture<bbk> arg4, boolean arg5)
create(ResourceManager arg0, List<PreparableReloadListener> arg1, Executor arg2, Executor arg3, CompletableFuture<Unit> arg4, boolean arg5)
method_40087(class_3300 arg0, List<class_3302> arg1, Executor arg2, Executor arg3, CompletableFuture<class_3902> arg4, boolean arg5)
start(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, boolean profiled)