Uses of Interface
top.magstar.framework.input.interfaces.InputHandler
Packages that use InputHandler
Package
Description
-
Uses of InputHandler in top.magstar.framework.input.abstraction
Classes in top.magstar.framework.input.abstraction that implement InputHandlerConstructors in top.magstar.framework.input.abstraction with parameters of type InputHandlerModifierConstructorDescriptionInputSession(org.bukkit.entity.Player player, InputHandler handler, long timeout, boolean cancelOnMove, boolean cancelOnDamage) 构造输入会话 -
Uses of InputHandler in top.magstar.framework.input.interfaces
Methods in top.magstar.framework.input.interfaces that return InputHandlerModifier and TypeMethodDescriptionInputFactory.buildInputHandler(InputHandlerBuilder builder) 构建输入处理器@Nullable InputHandlerInputHandler.nextInput()获取下一个输入处理器(用于链式输入) -
Uses of InputHandler in top.magstar.framework.input.utils
Methods in top.magstar.framework.input.utils that return InputHandlerModifier and TypeMethodDescriptionInputHandlerBuilder.build(InputFactory factory) 构建InputHandlerInputHandlerBuilder.getNextHandler()获取下一个输入处理器Methods in top.magstar.framework.input.utils with parameters of type InputHandlerModifier and TypeMethodDescriptionInputHandlerBuilder.nextInput(@Nullable InputHandler handler) 设置下一个输入处理器