Package net.minecraft.util
Interface IIntArray
- All Known Implementing Classes:
IntArray
public interface IIntArray
-
Method Summary
-
Method Details
-
get
int get(int p_221476_1_) -
set
void set(int p_221477_1_, int p_221477_2_) -
getCount
int getCount()
-