Class InteractionFormatter

java.lang.Object
me.totalfreedom.logging.InteractionFormatter

public final class InteractionFormatter extends Object
  • Constructor Details

    • InteractionFormatter

      public InteractionFormatter()
  • Method Details

    • formatInteraction

      public String formatInteraction(Interaction<?> interaction)
    • formatLocation

      public String formatLocation(org.bukkit.Location location)
    • formatWorld

      public String formatWorld(org.bukkit.World world)
    • formatBlock

      public String formatBlock(org.bukkit.block.Block block)
    • formatTime

      public String formatTime(Instant instant)
    • formatItemStack

      public String formatItemStack(org.bukkit.inventory.ItemStack stack)