Class net.minecraft.village.VillagerDataContainer

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

Instance Methods

instance:getVillagerData() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:setVillagerData(villagerData) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Returns:

userdata, VillagerData This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:setVillagerData(villagerData)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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