Package net.minecraft.util
Class ZeroBitStorage
java.lang.Object
net.minecraft.util.ZeroBitStorage
- All Implemented Interfaces:
- BitStorage
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
RAWpublic static final long[] RAW
- 
sizeprivate final int size
 
- 
- 
Constructor Details- 
ZeroBitStoragepublic ZeroBitStorage(int p_184791_) 
 
- 
- 
Method Details- 
getAndSetpublic int getAndSet(int p_184796_, int p_184797_) - Specified by:
- getAndSetin interface- BitStorage
 
- 
setpublic void set(int p_184802_, int p_184803_) - Specified by:
- setin interface- BitStorage
 
- 
getpublic int get(int p_184794_) - Specified by:
- getin interface- BitStorage
 
- 
getRawpublic long[] getRaw()- Specified by:
- getRawin interface- BitStorage
 
- 
getSizepublic int getSize()- Specified by:
- getSizein interface- BitStorage
 
- 
getBitspublic int getBits()- Specified by:
- getBitsin interface- BitStorage
 
- 
getAll- Specified by:
- getAllin interface- BitStorage
 
- 
unpackpublic void unpack(int[] p_198170_) - Specified by:
- unpackin interface- BitStorage
 
- 
copy- Specified by:
- copyin interface- BitStorage
 
 
-