Package net.minecraft.util
Interface IIntArray
-
- All Known Implementing Classes:
IntArray
public interface IIntArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
get(int p_221476_1_)
int
getCount()
void
set(int p_221477_1_, int p_221477_2_)
-