Index

A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

arr - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
author - Variable in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
The name of the author of the schematic.

B

BiomeIterator - Interface in net.sandrohc.schematic4j.utils
 
BiomeIteratorImpl<T> - Class in net.sandrohc.schematic4j.utils
 
BiomeIteratorImpl(T, int, int) - Constructor for class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
biomes(SchematicBiome[][]) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
block - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicWithBlockState
 
blockEntities(Collection<SchematicBlockEntity>) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
BlockIterator - Interface in net.sandrohc.schematic4j.utils
 
BlockIteratorImpl<T> - Class in net.sandrohc.schematic4j.utils
 
BlockIteratorImpl(T, int, int, int) - Constructor for class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
blocks - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
blocks(SchematicBlock[][][]) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
build() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
Builder() - Constructor for class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 

C

containsAllTags(CompoundTag, String...) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
containsTag(CompoundTag, String...) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
count - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicItem
 
createParser() - Method in enum class net.sandrohc.schematic4j.SchematicFormat
 

D

dataVersion(Integer) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
date - Variable in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
The date that this schematic was created on.
date() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The date that this schematic was created on.
date() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
detectFormat(NamedTag) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 

E

entities(Collection<SchematicEntity>) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
equals(Object) - Method in class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
equals(Object) - Method in class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 
equals(Object) - Method in class net.sandrohc.schematic4j.schematic.types.SchematicItem
 
equals(Object) - Method in class net.sandrohc.schematic4j.schematic.types.SchematicNamed
 
equals(Object) - Method in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
extra - Variable in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
 
extra - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
extra - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 

F

field - Variable in exception net.sandrohc.schematic4j.exception.MissingFieldException
 
fieldType - Variable in exception net.sandrohc.schematic4j.exception.MissingFieldException
 
fileExtension - Variable in enum class net.sandrohc.schematic4j.SchematicFormat
 
format - Variable in exception net.sandrohc.schematic4j.exception.NoParserFoundException
 
from(double[]) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
from(double, double, double) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
from(int[]) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 
from(int, int, int) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 
from(SchematicPosDouble) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
from(SchematicPosInteger) - Static method in class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 

G

getAuthor() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The name of the author of the schematic.
getAuthor() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getBiome(int, int) - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The biome at the specified block.
getBiome(int, int) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getBiomes() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
Iterator for iterating over the list of biomes.
getBiomes() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getBlock(int, int, int) - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The block at the specified block.
getBlock(int, int, int) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getBlockEntities() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The list of tile/block entities.
getBlockEntities() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getBlocks() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
Iterator for iterating over the list of blocks.
getBlocks() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getByte(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getByteArray(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getByteArrayOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getByteOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getCompound(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getCompoundList(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getCompoundListOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getCompoundOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getDataVersion() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getDouble(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getDoubleList(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getDoubleListOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getDoubleOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getEntities() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The list of entities.
getEntities() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getFloat(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getFloatList(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getFloatListOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getFloatOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getFormat() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
 
getFormat() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getHeight() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The height of the schematic.
getHeight() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getInt(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getIntArray(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getIntArrayOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getIntOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getLength() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The length of the schematic.
getLength() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getLong(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getLongArray(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getLongArrayOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getLongOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getMetadata() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getName() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The name of the schematic.
getName() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getOffset() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The relative offset of the schematic.
getOffset() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
getShort(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getShortOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getString(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getStringOrThrow(CompoundTag, String) - Static method in class net.sandrohc.schematic4j.utils.TagUtils
 
getWidth() - Method in interface net.sandrohc.schematic4j.schematic.Schematic
The width of the schematic.
getWidth() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 

H

hashCode() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
hashCode() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 
hashCode() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicItem
 
hashCode() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicNamed
 
hashCode() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
hasNext() - Method in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
hasNext() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
height - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
height() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
height() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
height(int) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 

I

i - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
i - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 

L

length - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
length - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
length() - Method in interface net.sandrohc.schematic4j.utils.BiomeIterator
 
length() - Method in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
length() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
length() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
length(int) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
LITEMATICA - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
load(File) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
load(InputStream) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
load(String) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
load(Path) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 

M

MCEDIT - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
MCEDIT_UNIFIED - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
MCEDIT2 - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
metadata(SchematicSponge.Metadata) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
Metadata(String, String, LocalDateTime, String[], Map<String, Object>) - Constructor for class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
 
MissingFieldException - Exception in net.sandrohc.schematic4j.exception
 
MissingFieldException(Tag<?>, String, Class<?>) - Constructor for exception net.sandrohc.schematic4j.exception.MissingFieldException
 
MissingFieldException(Tag<?>, String, Class<?>, Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.MissingFieldException
 

N

name - Variable in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
The name of the schematic.
name - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicNamed
 
NBT_BIOME_DATA - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BIOME_PALETTE - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BIOME_PALETTE_MAX - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BLOCK_DATA - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BLOCK_ENTITIES - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BLOCK_ENTITIES_ID - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_BLOCK_ENTITIES_POS - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_DATA_VERSION - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_ENTITIES - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_ENTITIES_ID - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_ENTITIES_POS - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_HEIGHT - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_LENGTH - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_METADATA - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_METADATA_AUTHOR - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_METADATA_DATE - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_METADATA_NAME - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_METADATA_REQUIRED_MODS - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_OFFSET - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_PALETTE - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_PALETTE_MAX - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_ROOT - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_TILE_ENTITIES - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_VERSION - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
NBT_WIDTH - Static variable in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
net.sandrohc.schematic4j - package net.sandrohc.schematic4j
 
net.sandrohc.schematic4j.exception - package net.sandrohc.schematic4j.exception
 
net.sandrohc.schematic4j.parser - package net.sandrohc.schematic4j.parser
 
net.sandrohc.schematic4j.schematic - package net.sandrohc.schematic4j.schematic
 
net.sandrohc.schematic4j.schematic.types - package net.sandrohc.schematic4j.schematic.types
 
net.sandrohc.schematic4j.utils - package net.sandrohc.schematic4j.utils
 
NoParserFoundException - Exception in net.sandrohc.schematic4j.exception
 
NoParserFoundException() - Constructor for exception net.sandrohc.schematic4j.exception.NoParserFoundException
 
NoParserFoundException(Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.NoParserFoundException
 
NoParserFoundException(SchematicFormat) - Constructor for exception net.sandrohc.schematic4j.exception.NoParserFoundException
 
NoParserFoundException(SchematicFormat, Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.NoParserFoundException
 
NoParserFoundException(SchematicFormat, Throwable, boolean, boolean) - Constructor for exception net.sandrohc.schematic4j.exception.NoParserFoundException
 

O

offset(int[]) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 

P

parse(NamedTag) - Method in interface net.sandrohc.schematic4j.parser.Parser
 
parse(NamedTag) - Method in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
parse(NamedTag) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 
Parser - Interface in net.sandrohc.schematic4j.parser
 
ParsingException - Exception in net.sandrohc.schematic4j.exception
 
ParsingException() - Constructor for exception net.sandrohc.schematic4j.exception.ParsingException
 
ParsingException(String) - Constructor for exception net.sandrohc.schematic4j.exception.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.ParsingException
 
ParsingException(String, Throwable, boolean, boolean) - Constructor for exception net.sandrohc.schematic4j.exception.ParsingException
 
ParsingException(Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.ParsingException
 
pos - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
pos - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 

R

requiredMods - Variable in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
An array of mod IDs.

S

Schematic - Interface in net.sandrohc.schematic4j.schematic
 
SCHEMATICA - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
SchematicBiome - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicBiome(String) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicBiome
 
SchematicBlock - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicBlock(String) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicBlock
 
SchematicBlockEntity - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicBlockEntity(String, SchematicPos<Integer>, Map<String, Object>) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
SchematicBuilderException - Exception in net.sandrohc.schematic4j.exception
 
SchematicBuilderException() - Constructor for exception net.sandrohc.schematic4j.exception.SchematicBuilderException
 
SchematicBuilderException(String) - Constructor for exception net.sandrohc.schematic4j.exception.SchematicBuilderException
 
SchematicBuilderException(String, Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.SchematicBuilderException
 
SchematicBuilderException(Throwable) - Constructor for exception net.sandrohc.schematic4j.exception.SchematicBuilderException
 
SchematicEntity - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicEntity(String, SchematicPos<Double>, Map<String, Object>) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 
SchematicFormat - Enum Class in net.sandrohc.schematic4j
 
SchematicItem - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicItem(String, int) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicItem
 
SchematicNamed - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicNamed(String) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicNamed
 
SchematicPos<T> - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicPos(SchematicPos<T>) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
SchematicPos(T[]) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
SchematicPos(T, T, T) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
SchematicPosDouble - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicPosDouble(double, double, double) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
SchematicPosDouble(Double[]) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
SchematicPosDouble(SchematicPos<Double>) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosDouble
 
SchematicPosInteger - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicPosInteger(int, int, int) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 
SchematicPosInteger(Integer[]) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 
SchematicPosInteger(SchematicPos<Integer>) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
 
SchematicSponge - Class in net.sandrohc.schematic4j.schematic
 
SchematicSponge(int, int, SchematicSponge.Metadata, int, int, int, int[], SchematicBlock[][][], Collection<SchematicBlockEntity>, Collection<SchematicEntity>, SchematicBiome[][]) - Constructor for class net.sandrohc.schematic4j.schematic.SchematicSponge
 
SchematicSponge.Builder - Class in net.sandrohc.schematic4j.schematic
 
SchematicSponge.Metadata - Class in net.sandrohc.schematic4j.schematic
 
SchematicUtil - Class in net.sandrohc.schematic4j
 
SchematicUtil() - Constructor for class net.sandrohc.schematic4j.SchematicUtil
 
SchematicWithBlockState - Class in net.sandrohc.schematic4j.schematic.types
 
SchematicWithBlockState(String) - Constructor for class net.sandrohc.schematic4j.schematic.types.SchematicWithBlockState
 
SPONGE_V1 - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
SPONGE_V2 - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
SpongeSchematicParser - Class in net.sandrohc.schematic4j.parser
Parses Sponge Schematic Format (.SCHEM).
SpongeSchematicParser() - Constructor for class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
states - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicWithBlockState
 

T

tag - Variable in exception net.sandrohc.schematic4j.exception.MissingFieldException
 
TagUtils - Class in net.sandrohc.schematic4j.utils
 
TagUtils() - Constructor for class net.sandrohc.schematic4j.utils.TagUtils
 
toString() - Method in class net.sandrohc.schematic4j.parser.SpongeSchematicParser
 
toString() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Metadata
 
toString() - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicBiome
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicBlock
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicBlockEntity
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicEntity
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicItem
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicNamed
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
toString() - Method in class net.sandrohc.schematic4j.schematic.types.SchematicWithBlockState
 
total - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
total - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 

U

UNKNOWN - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 
unwrap(Tag<?>) - Static method in class net.sandrohc.schematic4j.SchematicUtil
 

V

valueOf(String) - Static method in enum class net.sandrohc.schematic4j.SchematicFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.sandrohc.schematic4j.SchematicFormat
Returns an array containing the constants of this enum class, in the order they are declared.
version(Integer) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 

W

width - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
width - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
width() - Method in interface net.sandrohc.schematic4j.utils.BiomeIterator
 
width() - Method in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
width() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
width() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
width(int) - Method in class net.sandrohc.schematic4j.schematic.SchematicSponge.Builder
 
WORLD_EDITOR - Enum constant in enum class net.sandrohc.schematic4j.SchematicFormat
 

X

x - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
x - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
x - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
x() - Method in interface net.sandrohc.schematic4j.utils.BiomeIterator
 
x() - Method in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
x() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
x() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 

Y

y - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
y - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
y() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
y() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 

Z

z - Variable in class net.sandrohc.schematic4j.schematic.types.SchematicPos
 
z - Variable in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
z - Variable in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
z() - Method in interface net.sandrohc.schematic4j.utils.BiomeIterator
 
z() - Method in class net.sandrohc.schematic4j.utils.BiomeIteratorImpl
 
z() - Method in interface net.sandrohc.schematic4j.utils.BlockIterator
 
z() - Method in class net.sandrohc.schematic4j.utils.BlockIteratorImpl
 
A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form