Class net.minecraft.block.dispenser.DispenserBehavior

This description should be content pulled from the first comments of a lua file.

Static Fields

userdata, Logger DispenserBehavior.LOGGER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, DispenserBehavior DispenserBehavior.NOOP This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

DispenserBehavior.registerDefaults() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DispenserBehavior.setEntityPosition(pointer, entity, direction) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:dispense(pointer, stack) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

DispenserBehavior.registerDefaults()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DispenserBehavior.setEntityPosition(pointer, entity, direction)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pointer userdata, BlockPointer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entity userdata, Entity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • direction userdata, Direction This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

instance:dispense(pointer, stack)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • pointer userdata, BlockPointer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"