Interface DocumentWriter

All Superinterfaces:
CommandVisitor
All Known Implementing Classes:
PlainTextCommandVisitor, PluginYamlCommandVisitor

public interface DocumentWriter extends CommandVisitor
Common interface for the DocumentCommand-visitors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface dk.lockfuglsang.minecraft.command.CommandVisitor

    visit
  • Method Details