Class SunGetter

java.lang.Object
nokunami.floral_warfare.api.SunGetter

public class SunGetter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    decrementInv(net.minecraft.world.entity.player.Player player, int amount)
     
    static int
    decrementInv1(net.minecraft.world.entity.player.Player player, int amount)
     
    static boolean
    decrementPouch(net.minecraft.world.entity.player.Player player, int amount)
     
    static int
    decrementPouch1(net.minecraft.world.entity.player.Player player, int amount)
     
    static void
    decrementSun(net.minecraft.world.entity.player.Player player, int inv, int pouch)
     
    static boolean
    getSunFrom(net.minecraft.world.entity.player.Player player, int cost)
     
    static boolean
    getSunFrom1(net.minecraft.world.entity.player.Player player, int cost)
     
    static int
    getSunFromInv(net.minecraft.world.entity.player.Player player)
     
    static boolean
    getSunFromInv(net.minecraft.world.entity.player.Player player, int cost)
     
    static int
    getSunFromPouches(net.minecraft.world.entity.player.Player player)
     
    static boolean
    getSunFromPouches(net.minecraft.world.entity.player.Player player, int cost)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SunGetter

      public SunGetter()
  • Method Details

    • getSunFrom1

      public static boolean getSunFrom1(net.minecraft.world.entity.player.Player player, int cost)
    • getSunFromPouches

      public static int getSunFromPouches(net.minecraft.world.entity.player.Player player)
    • getSunFromInv

      public static int getSunFromInv(net.minecraft.world.entity.player.Player player)
    • decrementPouch1

      public static int decrementPouch1(net.minecraft.world.entity.player.Player player, int amount)
    • decrementInv1

      public static int decrementInv1(net.minecraft.world.entity.player.Player player, int amount)
    • getSunFrom

      public static boolean getSunFrom(net.minecraft.world.entity.player.Player player, int cost)
    • getSunFromPouches

      public static boolean getSunFromPouches(net.minecraft.world.entity.player.Player player, int cost)
    • getSunFromInv

      public static boolean getSunFromInv(net.minecraft.world.entity.player.Player player, int cost)
    • decrementSun

      public static void decrementSun(net.minecraft.world.entity.player.Player player, int inv, int pouch)
    • decrementPouch

      public static boolean decrementPouch(net.minecraft.world.entity.player.Player player, int amount)
    • decrementInv

      public static boolean decrementInv(net.minecraft.world.entity.player.Player player, int amount)