Class NorthstarLang

java.lang.Object
com.lightning.northstar.util.NorthstarLang

public class NorthstarLang extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.createmod.catnip.lang.LangBuilder
     
    static final net.createmod.catnip.lang.LangBuilder
     
    static final net.createmod.catnip.lang.LangBuilder
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addTankTooltip(List<net.minecraft.network.chat.Component> tooltip, com.simibubi.create.foundation.fluid.SmartFluidTank tank)
     
    static void
    addTankTooltip(List<net.minecraft.network.chat.Component> tooltip, net.neoforged.neoforge.fluids.FluidStack fluid, int capacity)
     
    static net.createmod.catnip.lang.LangBuilder
    blocks(int count)
     
    static net.createmod.catnip.lang.LangBuilder
     
    static net.createmod.catnip.lang.LangBuilder
    number(double d)
     
    static net.createmod.catnip.lang.LangBuilder
    temperature(double temperature)
     
    static net.createmod.catnip.lang.LangBuilder
    text(String text)
     
    static net.createmod.catnip.lang.LangBuilder
    translate(String langKey, Object... args)
     

    Methods inherited from class java.lang.Object

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

    • MB

      public static final net.createmod.catnip.lang.LangBuilder MB
    • MB_PER_TICK

      public static final net.createmod.catnip.lang.LangBuilder MB_PER_TICK
    • GJ_PER_MB

      public static final net.createmod.catnip.lang.LangBuilder GJ_PER_MB
  • Constructor Details

    • NorthstarLang

      public NorthstarLang()
  • Method Details

    • builder

      public static net.createmod.catnip.lang.LangBuilder builder()
    • text

      public static net.createmod.catnip.lang.LangBuilder text(String text)
    • translate

      public static net.createmod.catnip.lang.LangBuilder translate(String langKey, Object... args)
    • number

      public static net.createmod.catnip.lang.LangBuilder number(double d)
    • temperature

      public static net.createmod.catnip.lang.LangBuilder temperature(double temperature)
    • blocks

      public static net.createmod.catnip.lang.LangBuilder blocks(int count)
    • addTankTooltip

      public static void addTankTooltip(List<net.minecraft.network.chat.Component> tooltip, com.simibubi.create.foundation.fluid.SmartFluidTank tank)
    • addTankTooltip

      public static void addTankTooltip(List<net.minecraft.network.chat.Component> tooltip, net.neoforged.neoforge.fluids.FluidStack fluid, int capacity)