类 ScreenEvent.MouseScrolled.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ScreenEvent
net.minecraftforge.client.event.ScreenEvent.MouseInput
net.minecraftforge.client.event.ScreenEvent.MouseScrolled
net.minecraftforge.client.event.ScreenEvent.MouseScrolled.Pre
Fired before the mouse scroll is handled by the screen.
This event is cancellable, and does not have a result.
If the event is cancelled, the screen's mouse scroll handler will be bypassed
and the corresponding ScreenEvent.MouseScrolled.Post
will not be fired.
This event is fired on the main Forge event bus, only on the logical client.
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.client.event.ScreenEvent.MouseScrolled
ScreenEvent.MouseScrolled.Post, ScreenEvent.MouseScrolled.Pre
从类继承的嵌套类/接口 net.minecraftforge.client.event.ScreenEvent
ScreenEvent.BackgroundRendered, ScreenEvent.CharacterTyped, ScreenEvent.Closing, ScreenEvent.Init, ScreenEvent.KeyPressed, ScreenEvent.KeyReleased, ScreenEvent.MouseButtonPressed, ScreenEvent.MouseButtonReleased, ScreenEvent.MouseDragged, ScreenEvent.MouseScrolled, ScreenEvent.Opening, ScreenEvent.Render, ScreenEvent.RenderInventoryMobEffects
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.client.event.ScreenEvent.MouseScrolled
getDeltaX, getDeltaY
从类继承的方法 net.minecraftforge.client.event.ScreenEvent.MouseInput
getMouseX, getMouseY
从类继承的方法 net.minecraftforge.client.event.ScreenEvent
getScreen
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
Pre
-