Class MolangEngine.ItemStackValue

java.lang.Object
net.citizensnpcs.npc.ai.tree.MolangEngine.ItemStackValue
All Implemented Interfaces:
team.unnamed.mocha.runtime.value.Value
Enclosing class:
MolangEngine

public static class MolangEngine.ItemStackValue extends Object implements team.unnamed.mocha.runtime.value.Value
Wrapper for passing ItemStack through Mocha expressions.
  • Constructor Details

    • ItemStackValue

      public ItemStackValue(ItemStack itemStack)
  • Method Details

    • getItemStack

      public ItemStack getItemStack()