Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-1633

API for Gamerules

XMLWordPrintable

      Hello,
      I want to offer you an improved plugin API by adding a enum for gamerules.
      Basically, we do:

      Bukkit.getWorlds().get(0).setGameRuleValue("gamerule", "value");
      

      But we could simplify it with a class like this: http://pastebin.com/mbbrePsk
      Now we have to do:

      Bukkit.getWorlds().get(0).setGameRuleValue(GameRules.DO_DAY_LIGHT_CYCLE, false);

       

      Bonjour,
      Je souhaite vous proposer une amélioration de l'API de plugin en ajoutant par exemple, une enum pour les gamerules.

      De base, nous faisons:

      Bukkit.getWorlds().get(0).setGameRuleValue("gamerule", "value");
      

      Mais nous pourrions simplifier ça avec une classe dans ce genre: http://pastebin.com/mbbrePsk

      Ainsi, nous aurons:

      Bukkit.getWorlds().get(0).setGameRuleValue(GameRules.DO_DAY_LIGHT_CYCLE, false);
      

      Vinetos

            Unassigned Unassigned
            Vinetos Vinetos
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: