EffectiveUtils

Misc general-purpose helpers.

Functions

Link copied to clipboard

A fully transparent size×size PNG — used to hide a vanilla texture or as an invisible item texture.

Link copied to clipboard
fun twoIntToLong(first: Int, second: Int): Long

Packs two ints into one long (first in the high 32 bits, second in the low 32).