Class YamlRepresenter.RepresentConfigurationSection

java.lang.Object
org.bukkit.configuration.file.YamlRepresenter.RepresentConfigurationSection
All Implemented Interfaces:
org.yaml.snakeyaml.representer.Represent
Enclosing class:
YamlRepresenter

private class YamlRepresenter.RepresentConfigurationSection
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    private RepresentConfigurationSection()  
  • Method Summary

    Modifier and Type Method Description
    @NotNull org.yaml.snakeyaml.nodes.Node representData​(@NotNull java.lang.Object data)  

    Methods inherited from class java.lang.Object

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

    • RepresentConfigurationSection

      private RepresentConfigurationSection()
  • Method Details

    • representData

      @NotNull public @NotNull org.yaml.snakeyaml.nodes.Node representData​(@NotNull @NotNull java.lang.Object data)
      Specified by:
      representData in interface org.yaml.snakeyaml.representer.Represent