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

io.github.dailystruggle.rtp.common.serverSide.substitutions.RTPChunk Maven / Gradle / Ivy

The newest version!
package io.github.dailystruggle.rtp.common.serverSide.substitutions;

public interface RTPChunk {
    int x();

    int z();

    RTPBlock getBlockAt(int x, int y, int z);

    RTPBlock getBlockAt(RTPLocation location);

    RTPWorld getWorld();

    void keep(boolean keep);

    void unload();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy