Uses of Class
io.github.projectunified.maptemplate.MapTemplate.Builder
-
Uses of MapTemplate.Builder in io.github.projectunified.maptemplate
Methods in io.github.projectunified.maptemplate that return MapTemplate.BuilderModifier and TypeMethodDescriptionstatic MapTemplate.BuilderMapTemplate.builder()Create a new builder forMapTemplate.Options.MapTemplate.Builder.setEndVariable(String endVariable) Sets the end marker for variables.MapTemplate.Builder.setEscapeChar(String escapeChar) Sets the escape character for markers.MapTemplate.Builder.setStartVariable(String startVariable) Sets the start marker for variables.MapTemplate.Builder.setVariableFunction(Function<String, Object> variableFunction) Sets the function used to resolve variable values.MapTemplate.Builder.setVariableMap(Map<String, Object> variableMap) Sets the map of variables to be used for resolution.MapTemplate.Options.toBuilder()Create a newMapTemplate.Builderinitialized with these options.