jar

com.github.shynixn.structureblocklib : structureblocklib-api

Maven & Gradle

Jun 09, 2023
18 usages
54 stars

StructureBlockLib · StructureBlockLib is a bukkit implementation for handling structures on spigot server.

Table Of Contents

Latest Version

Download com.github.shynixn.structureblocklib : structureblocklib-api JAR file - Latest Versions:

All Versions

Download com.github.shynixn.structureblocklib : structureblocklib-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window structureblocklib-api-2.11.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.shynixn.structureblocklib.api.enumeration

├─ com.github.shynixn.structureblocklib.api.enumeration.StructureMirror.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.enumeration.StructureMode.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.enumeration.StructureRestriction.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.enumeration.StructureRotation.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.enumeration.Version.class - [JAR]

com.github.shynixn.structureblocklib.api.entity

├─ com.github.shynixn.structureblocklib.api.entity.Position.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.ProgressToken.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructureEntity.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructureLoaderAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructurePlaceMeta.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructurePlacePart.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructureReadMeta.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.entity.StructureSaverAbstract.class - [JAR]

com.github.shynixn.structureblocklib.api.service

├─ com.github.shynixn.structureblocklib.api.service.ProxyService.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.service.StructureSerializationService.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.service.StructureWorldService.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.service.TypeConversionService.class - [JAR]

com.github.shynixn.structureblocklib.api.block

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockConstructionAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockCornerAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockDataAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockLoadAbstract.class - [JAR]

├─ com.github.shynixn.structureblocklib.api.block.StructureBlockSaveAbstract.class - [JAR]

Advertisement