com.jnngl.totalcomputers.motion.SneakCaptureEvent 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 SneakCaptureEvent {
public void onShift();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy