Issue type:
Short description:
An operator that takes an Any and returns the String representation of its type.
Examples:
typeOf(nameOfItem) = "String"
typeOf(ingredientsOfRecipe) = "Ingredients"
typeOf(nbtCompoundValueString) = "Operator"
Potential issue: What to do about typeOf(flipPipe)?
Issue type:
Short description:
An operator that takes an
Anyand returns theStringrepresentation of its type.Examples:
typeOf(nameOfItem) = "String"typeOf(ingredientsOfRecipe) = "Ingredients"typeOf(nbtCompoundValueString) = "Operator"Potential issue: What to do about
typeOf(flipPipe)?