Class TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin>

Type Parameters:
P - The plugin that uses this builder
Enclosing class:
TextInputGUI

public static class TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin> extends BaseAnvilGUI.Builder<TextInputGUI.Builder<P>,TextInputGUI,P>
Builder for creating TextInputGUI
  • Constructor Details

    • Builder

      public Builder(P plugin, org.bukkit.entity.Player player)
      Creates a new Builder
      Parameters:
      plugin - The plugin that uses this builder
      player - The player this GUI belongs to
  • Method Details