GrindstoneEvent
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.neoforge.api.event.grindstone.GrindstoneEvent;Extends
GrindstoneEvent extends Event.
Members
Getter
// GrindstoneEvent.bottomItem as IItemStackmyGrindstoneEvent.bottomItem
Return Type:
IItemStack
Getter
// GrindstoneEvent.topItem as IItemStackmyGrindstoneEvent.topItem
Return Type:
IItemStack
Getter
// GrindstoneEvent.xp as intmyGrindstoneEvent.xp
Return Type:
int
Setter
// GrindstoneEvent.xp = (xp as int);myGrindstoneEvent.xp = myInt;Parameters:
xp: int Type: int