public class BlockTickPlugin extendsJavaPluginimplementsIBlockTickProvider
The main plugin class for Blocktick. This plugin provides gameplay features for the Hytale server. Extend this class to create a plugin.
java.lang.Object > JavaPlugin > BlockTickPlugin
Field Summary
bc
final
BlockChunk
bc
Field bc.
column
final
ChunkColumn
column
Field column.
sections
final
Holder[]
sections
Field sections.
sectionHolder
final
Holder
sectionHolder
Field sectionHolder.
section
final
BlockSection
section
Field section.
blockId
final
int
blockId
Field blockId.
blockType
final
BlockType
blockType
Field blockType.
Method Detail
setup
protected
void
setup
()
Method setup.
MergeWaitingBlocksSystem
public
new
MergeWaitingBlocksSystem
()
Method MergeWaitingBlocksSystem.
getTickProcedure
Method getTickProcedure.
- Parameters:
final intblockId
discoverTickingBlocks
Method discoverTickingBlocks.
- Parameters:
@Nonnull final ChunkPreLoadProcessEventevent