Package net.minecraft.util.palette
Interface IPalette<T>
- All Known Implementing Classes:
ArrayPalette
,HashMapPalette
,IdentityPalette
public interface IPalette<T>
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
void
read
(PacketBuffer p_186038_1_) valueFor
(int p_186039_1_) void
write
(PacketBuffer p_186037_1_)
-
Method Details
-
idFor
-
maybeHas
-
valueFor
-
read
-
write
-
getSerializedSize
int getSerializedSize() -
read
-