类 TextureStitchEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.TextureStitchEvent
net.minecraftforge.client.event.TextureStitchEvent.Post
- 所有已实现的接口:
IModBusEvent
- 封闭类:
TextureStitchEvent
Fired after a texture atlas is stitched together and all textures therein has been loaded.
This event is not cancellable, and does not have a result.
This event is fired on the FMLJavaModLoadingContext.getModEventBus() mod-specific event bus}, only on the logical client.
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.client.event.TextureStitchEvent
TextureStitchEvent.Post
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.client.event.TextureStitchEvent
getAtlas
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
Post
-