io.github.dailystruggle.rtp.common.serverSide.substitutions.RTPBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RTP Show documentation
Show all versions of RTP Show documentation
a random teleport plugin
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