Class Many<T>
java.lang.Object
com.blamejared.crafttweaker.api.util.Many<T>
- All Implemented Interfaces:
CommandStringDisplayable
@ZenRegister(loaders={"crafttweaker","tags"})
public class Many<T>
extends Object
implements CommandStringDisplayable
Used to represent data with an amount. (Think something like a , that does not have an amount by itself)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Many
-
-
Method Details
-
getData
-
getAmount
public int getAmount() -
getCommandStringFunc
-
getCommandString
Description copied from interface:CommandStringDisplayableReturns the BEP to get this thingy- Specified by:
getCommandStringin interfaceCommandStringDisplayable
-