Interface VeilPreloadedTexture
- All Known Implementing Classes:
SimpleArrayTexture
public interface VeilPreloadedTexture
Allows a texture to hook into the preloading logic.
-
Method Details
-
preload
CompletableFuture<?> preload(net.minecraft.server.packs.resources.ResourceManager resourceManager, Executor backgroundExecutor)
-