HyCodeYourTale
classpublicPriority 3

BlockSetModule

com.hypixel.hytale.server.core.modules.blockset.BlockSetModule

extends JavaPlugin

4

Methods

4

Public Methods

2

Fields

1

Constructors

Constants

PluginManifestMANIFEST= PluginManifest.corePlugin(BlockSetModule.class).build()

Constructors

public
BlockSetModule(JavaPluginInit module)

Methods

Public Methods (4)

public
boolean blockInSet(int set, int blockId)
public
boolean blockInSet(int set, BlockType blockType)
public
boolean blockInSet(int set, String blockTypeKey)
public
Int2ObjectMap<IntSet> getBlockSets()
@Nonnull

Fields

Private/Package Fields (2)

privateBlockSetModule INSTANCE
privateBlockSetLookupTable blockSetLookupTable

Related Classes