com.jnngl.totalcomputers.motion.JumpCaptureEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of totalcomputers Show documentation
Show all versions of totalcomputers Show documentation
Computers in vanilla Minecraft | TotalOS SDK
package com.jnngl.totalcomputers.motion;
import com.jnngl.totalcomputers.system.RequiresAPI;
@RequiresAPI(apiLevel = 3)
public interface JumpCaptureEvent {
public void onJump();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy