Class AbstractInput<V>
- java.lang.Object
 - 
- me.nemo_64.betterinputs.api.input.AbstractInput<V>
 
 
- 
public abstract class AbstractInput<V> extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractInput() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputProvider<V>provider()Gets the set provider 
 - 
 
- 
- 
Method Detail
- 
provider
public final InputProvider<V> provider()
Gets the set provider- Returns:
 - the set provider
 
 
 - 
 
 -