MineLua 2.3
What's new
Change Log 2.3:
- New function "newInstance"
Example:
function teleport(player, x, y, z)
local world = player:getWorld()
local location = newInstance("org.bukkit.Location", world, x, y, z)
player:teleport(location)
end
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

