MCPcopy
hub / github.com/walterhiggins/ScriptCraft / randInt

Function randInt

src/main/js/modules/bukkit/fireworks.js:9–11  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

7 var bkEntityType = org.bukkit.entity.EntityType;
8
9 var randInt = function(n) {
10 return Math.floor(Math.random() * n);
11 };
12 var getColor = function(i) {
13 var colors = [
14 bkColor.AQUA,

Callers 1

bukkitFireworkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected