Class TranslationContainer

java.lang.Object
org.cloudburstmc.api.locale.TextContainer
org.cloudburstmc.server.locale.TranslationContainer
All Implemented Interfaces:
Cloneable

public class TranslationContainer extends org.cloudburstmc.api.locale.TextContainer implements Cloneable
author: MagicDroidX Nukkit Project
  • Field Details

    • params

      protected Object[] params
  • Constructor Details

    • TranslationContainer

      public TranslationContainer(String text)
    • TranslationContainer

      public TranslationContainer(String text, Object params)
    • TranslationContainer

      public TranslationContainer(String text, Object... params)
  • Method Details

    • getParameters

      public Object[] getParameters()
    • setParameters

      public void setParameters(Object[] params)
    • getParameter

      public Object getParameter(int i)
    • setParameter

      public void setParameter(int i, Object obj)
    • clone

      public TranslationContainer clone()
      Overrides:
      clone in class org.cloudburstmc.api.locale.TextContainer