All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mwg.plugin.Chunk Maven / Gradle / Ivy

There is a newer version: 10
Show newest version
package org.mwg.plugin;

import org.mwg.struct.Buffer;

public interface Chunk {

    long world();

    long time();

    long id();

    byte chunkType();

    long marks();

    long flags();

    void save(Buffer buffer);

    void merge(Buffer buffer);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy