Class net.minecraft.entity.EntityInteraction

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

Static Fields

userdata, EntityInteraction EntityInteraction.GOLEM_KILLED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, EntityInteraction EntityInteraction.TRADE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, EntityInteraction EntityInteraction.VILLAGER_HURT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, EntityInteraction EntityInteraction.VILLAGER_KILLED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, EntityInteraction EntityInteraction.ZOMBIE_VILLAGER_CURED This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

EntityInteraction.create(key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

EntityInteraction.create(key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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