类 ScreenEvent.MouseDragged.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.MouseDragged
net.minecraftforge.client.event.ScreenEvent.MouseDragged.Pre
Fired before the mouse drag is handled by the screen.
This event is cancellable, and does not have a result.
If the event is cancelled, the screen's mouse drag handler will be bypassed
and the corresponding ScreenEvent.MouseDragged.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.MouseDragged
ScreenEvent.MouseDragged.Post, ScreenEvent.MouseDragged.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.MouseDragged
getDragX, getDragY, getMouseButton
从类继承的方法 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
@Internal public Pre(Screen screen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY)
-