Package net.minecraft.util
Interface BitStorage
- All Known Implementing Classes:
 SimpleBitStorage,ZeroBitStorage
public interface BitStorage
- 
Method Summary
 
- 
Method Details
- 
getAndSet
int getAndSet(int p_13517_, int p_13518_)  - 
set
void set(int p_13525_, int p_13526_)  - 
get
int get(int p_13515_)  - 
getRaw
long[] getRaw() - 
getSize
int getSize() - 
getBits
int getBits() - 
getAll
 - 
unpack
void unpack(int[] p_198162_)  - 
copy
BitStorage copy() 
 -