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

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

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

public interface RTPBlock {
    //todo: relevant block checks
    RTPLocation getLocation();

    boolean isAir();

    int x();

    int y();

    int z();

    RTPWorld world();

    int skyLight();

    String getMaterial();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy