Uses of Class
io.github.somesourcecode.someguiapi.scene.Scene
Packages that use Scene
Package
Description
-
Uses of Scene in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene that return SceneMethods in io.github.somesourcecode.someguiapi.scene with parameters of type Scene -
Uses of Scene in io.github.somesourcecode.someguiapi.scene.context
Methods in io.github.somesourcecode.someguiapi.scene.context that return SceneModifier and TypeMethodDescriptionNodeClickContext.getScene()Returns the scene the click occurred in.RenderContext.getScene()Returns the scene in which the pixel is rendered.Constructors in io.github.somesourcecode.someguiapi.scene.context with parameters of type SceneModifierConstructorDescriptionNodeClickContext(Scene scene, int x, int y, org.bukkit.event.inventory.ClickType type, org.bukkit.entity.HumanEntity whoClicked, int hotBarButton) Creates a new node click context.RenderContext(Gui gui, Scene scene) Constructs a new render context. -
Uses of Scene in io.github.somesourcecode.someguiapi.scene.gui
Methods in io.github.somesourcecode.someguiapi.scene.gui that return SceneMethods in io.github.somesourcecode.someguiapi.scene.gui with parameters of type Scene