Uses of Class
net.kyori.adventure.nbt.TagStringIO.Builder
Packages that use TagStringIO.Builder
-
Uses of TagStringIO.Builder in net.kyori.adventure.nbt
Methods in net.kyori.adventure.nbt that return TagStringIO.BuilderModifier and TypeMethodDescriptionTagStringIO.Builder.acceptHeterogeneousLists(boolean heterogeneous) Configure whether or not the resulting IO configuration will accept heterogeneous lists.TagStringIO.Builder.acceptLegacy(boolean legacy) Configure whether or not the resulting IO configuration will accept legacy-formatted data.static TagStringIO.BuilderTagStringIO.builder()Create a new builder to configure IO.TagStringIO.Builder.emitHeterogeneousLists(boolean heterogeneous) Configure whether or not the resulting IO configuration will emit heterogeneous lists.TagStringIO.Builder.emitLegacy(boolean legacy) Configure whether or not the resulting IO configuration will emit legacy-formatted data.TagStringIO.Builder.indent(int spaces) Set the indent for new levels of pretty-printing.TagStringIO.Builder.indentTab(int tabs) Set the indent for new levels of pretty-printing.