Package net.minecraft.util
Class ZeroBitStorage
java.lang.Object
net.minecraft.util.ZeroBitStorage
- All Implemented Interfaces:
 BitStorage
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
RAW
public static final long[] RAW - 
size
private final int size 
 - 
 - 
Constructor Details
- 
ZeroBitStorage
public ZeroBitStorage(int p_184791_)  
 - 
 - 
Method Details
- 
getAndSet
public int getAndSet(int p_184796_, int p_184797_) - Specified by:
 getAndSetin interfaceBitStorage
 - 
set
public void set(int p_184802_, int p_184803_) - Specified by:
 setin interfaceBitStorage
 - 
get
public int get(int p_184794_) - Specified by:
 getin interfaceBitStorage
 - 
getRaw
public long[] getRaw()- Specified by:
 getRawin interfaceBitStorage
 - 
getSize
public int getSize()- Specified by:
 getSizein interfaceBitStorage
 - 
getBits
public int getBits()- Specified by:
 getBitsin interfaceBitStorage
 - 
getAll
- Specified by:
 getAllin interfaceBitStorage
 - 
unpack
public void unpack(int[] p_198170_) - Specified by:
 unpackin interfaceBitStorage
 - 
copy
- Specified by:
 copyin interfaceBitStorage
 
 -