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