Uses of Interface
net.minecraft.resources.IFutureReloadListener
-
-
Uses of IFutureReloadListener in net.minecraft.advancements
Classes in net.minecraft.advancements that implement IFutureReloadListener Modifier and Type Class Description classAdvancementManager -
Uses of IFutureReloadListener in net.minecraft.client.audio
Classes in net.minecraft.client.audio that implement IFutureReloadListener Modifier and Type Class Description classSoundHandler -
Uses of IFutureReloadListener in net.minecraft.client.gui.fonts
Fields in net.minecraft.client.gui.fonts declared as IFutureReloadListener Modifier and Type Field Description private IFutureReloadListenerFontResourceManager. reloadListenerMethods in net.minecraft.client.gui.fonts that return IFutureReloadListener Modifier and Type Method Description IFutureReloadListenerFontResourceManager. getReloadListener() -
Uses of IFutureReloadListener in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement IFutureReloadListener Modifier and Type Class Description classParticleManager -
Uses of IFutureReloadListener in net.minecraft.client.renderer
Classes in net.minecraft.client.renderer that implement IFutureReloadListener Modifier and Type Class Description classBlockRendererDispatcherclassGameRendererclassGPUWarningclassItemRendererclassWorldRenderer -
Uses of IFutureReloadListener in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers that implement IFutureReloadListener Modifier and Type Class Description classVillagerLevelPendantLayer<T extends LivingEntity & IVillagerDataHolder,M extends EntityModel<T> & IHeadToggle> -
Uses of IFutureReloadListener in net.minecraft.client.renderer.model
Classes in net.minecraft.client.renderer.model that implement IFutureReloadListener Modifier and Type Class Description classModelManager -
Uses of IFutureReloadListener in net.minecraft.client.renderer.texture
Classes in net.minecraft.client.renderer.texture that implement IFutureReloadListener Modifier and Type Class Description classPaintingSpriteUploaderclassPotionSpriteUploaderclassSpriteUploaderclassTextureManager -
Uses of IFutureReloadListener in net.minecraft.client.resources
Classes in net.minecraft.client.resources that implement IFutureReloadListener Modifier and Type Class Description classFoliageColorReloadListenerclassGrassColorReloadListenerclassJsonReloadListenerclassLanguageManagerclassReloadListener<T> -
Uses of IFutureReloadListener in net.minecraft.client.util
Classes in net.minecraft.client.util that implement IFutureReloadListener Modifier and Type Class Description classSearchTreeManagerclassSplashes -
Uses of IFutureReloadListener in net.minecraft.item.crafting
Classes in net.minecraft.item.crafting that implement IFutureReloadListener Modifier and Type Class Description classRecipeManager -
Uses of IFutureReloadListener in net.minecraft.loot
Classes in net.minecraft.loot that implement IFutureReloadListener Modifier and Type Class Description classLootPredicateManagerclassLootTableManager -
Uses of IFutureReloadListener in net.minecraft.resources
Subinterfaces of IFutureReloadListener in net.minecraft.resources Modifier and Type Interface Description interfaceIResourceManagerReloadListenerDeprecated.Forge:ISelectiveResourceReloadListener, which selectively allows individual resource types being reloaded should rather be used where possible.Classes in net.minecraft.resources that implement IFutureReloadListener Modifier and Type Class Description classFunctionReloaderFields in net.minecraft.resources with type parameters of type IFutureReloadListener Modifier and Type Field Description private java.util.List<IFutureReloadListener>SimpleReloadableResourceManager. listenersprivate java.util.Set<IFutureReloadListener>AsyncReloader. preparingListenersprivate java.util.List<IFutureReloadListener>SimpleReloadableResourceManager. recentlyRegisteredMethods in net.minecraft.resources with parameters of type IFutureReloadListener Modifier and Type Method Description java.util.concurrent.CompletableFuture<S>AsyncReloader.IStateFactory. create(IFutureReloadListener.IStage p_create_1_, IResourceManager p_create_2_, IFutureReloadListener p_create_3_, java.util.concurrent.Executor p_create_4_, java.util.concurrent.Executor p_create_5_)voidIReloadableResourceManager. registerReloadListener(IFutureReloadListener p_219534_1_)voidSimpleReloadableResourceManager. registerReloadListener(IFutureReloadListener p_219534_1_)Method parameters in net.minecraft.resources with type arguments of type IFutureReloadListener Modifier and Type Method Description protected IAsyncReloaderSimpleReloadableResourceManager. createReload(java.util.concurrent.Executor p_219538_1_, java.util.concurrent.Executor p_219538_2_, java.util.List<IFutureReloadListener> p_219538_3_, java.util.concurrent.CompletableFuture<Unit> p_219538_4_)static AsyncReloader<java.lang.Void>AsyncReloader. of(IResourceManager p_219562_0_, java.util.List<IFutureReloadListener> p_219562_1_, java.util.concurrent.Executor p_219562_2_, java.util.concurrent.Executor p_219562_3_, java.util.concurrent.CompletableFuture<Unit> p_219562_4_)Constructor parameters in net.minecraft.resources with type arguments of type IFutureReloadListener Constructor Description AsyncReloader(java.util.concurrent.Executor p_i50690_1_, java.util.concurrent.Executor p_i50690_2_, IResourceManager p_i50690_3_, java.util.List<IFutureReloadListener> p_i50690_4_, AsyncReloader.IStateFactory<S> p_i50690_5_, java.util.concurrent.CompletableFuture<Unit> p_i50690_6_)DebugAsyncReloader(IResourceManager p_i50694_1_, java.util.List<IFutureReloadListener> p_i50694_2_, java.util.concurrent.Executor p_i50694_3_, java.util.concurrent.Executor p_i50694_4_, java.util.concurrent.CompletableFuture<Unit> p_i50694_5_) -
Uses of IFutureReloadListener in net.minecraft.tags
Classes in net.minecraft.tags that implement IFutureReloadListener Modifier and Type Class Description classNetworkTagManager -
Uses of IFutureReloadListener in net.minecraftforge.client.model
Subinterfaces of IFutureReloadListener in net.minecraftforge.client.model Modifier and Type Interface Description interfaceIModelLoader<T extends IModelGeometry<T>>Classes in net.minecraftforge.client.model that implement IFutureReloadListener Modifier and Type Class Description static classCompositeModel.Loaderstatic classDynamicBucketModel.Loaderstatic classItemLayerModel.Loaderstatic classModelLoaderRegistry.VanillaProxy.Loaderstatic classMultiLayerModel.Loaderstatic classSeparatePerspectiveModel.Loader -
Uses of IFutureReloadListener in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement IFutureReloadListener Modifier and Type Class Description classB3DLoader -
Uses of IFutureReloadListener in net.minecraftforge.client.model.obj
Classes in net.minecraftforge.client.model.obj that implement IFutureReloadListener Modifier and Type Class Description classOBJLoader -
Uses of IFutureReloadListener in net.minecraftforge.common.loot
Classes in net.minecraftforge.common.loot that implement IFutureReloadListener Modifier and Type Class Description classLootModifierManager -
Uses of IFutureReloadListener in net.minecraftforge.debug.block
Classes in net.minecraftforge.debug.block that implement IFutureReloadListener Modifier and Type Class Description private static classFullPotsAccessorDemo.ClientHandler.DioritePotModelLoader -
Uses of IFutureReloadListener in net.minecraftforge.debug.client.model
Classes in net.minecraftforge.debug.client.model that implement IFutureReloadListener Modifier and Type Class Description (package private) static classNewModelLoaderTest.TestLoader -
Uses of IFutureReloadListener in net.minecraftforge.event
Classes in net.minecraftforge.event that implement IFutureReloadListener Modifier and Type Class Description private static classAddReloadListenerEvent.WrappedStateAwareListenerFields in net.minecraftforge.event declared as IFutureReloadListener Modifier and Type Field Description private IFutureReloadListenerAddReloadListenerEvent.WrappedStateAwareListener. wrappedFields in net.minecraftforge.event with type parameters of type IFutureReloadListener Modifier and Type Field Description private java.util.List<IFutureReloadListener>AddReloadListenerEvent. listenersMethods in net.minecraftforge.event that return types with arguments of type IFutureReloadListener Modifier and Type Method Description java.util.List<IFutureReloadListener>AddReloadListenerEvent. getListeners()static java.util.List<IFutureReloadListener>ForgeEventFactory. onResourceReload(DataPackRegistries dataPackRegistries)Methods in net.minecraftforge.event with parameters of type IFutureReloadListener Modifier and Type Method Description voidAddReloadListenerEvent. addListener(IFutureReloadListener listener)Constructors in net.minecraftforge.event with parameters of type IFutureReloadListener Constructor Description WrappedStateAwareListener(IFutureReloadListener wrapped) -
Uses of IFutureReloadListener in net.minecraftforge.resource
Subinterfaces of IFutureReloadListener in net.minecraftforge.resource Modifier and Type Interface Description interfaceISelectiveResourceReloadListener
-