类 RegisterTextureAtlasSpriteLoadersEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RegisterTextureAtlasSpriteLoadersEvent
所有已实现的接口:
net.minecraftforge.fml.event.IModBusEvent

public class RegisterTextureAtlasSpriteLoadersEvent extends net.minecraftforge.eventbus.api.Event implements net.minecraftforge.fml.event.IModBusEvent
Allows users to register custom texture atlas sprite loaders.

This event is not cancellable, and does not have a result.

This event is fired on the mod-specific event bus, only on the logical client.