com.arca.std.input.InputValueGetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arca-std Show documentation
Show all versions of arca-std Show documentation
A module filled with standard functionalities for the Arca framework
package com.arca.std.input;
public interface InputValueGetter {
/*========================
////////CONSTANTS/////////
========================*/
/*=======================
//////////METHODS////////
=======================*/
public float getValue();
/*========================
////GETTERS & SETTERS////
========================*/
/*========================
/////INNER INTERFACES/////
========================*/
}