Package net.minecraft.world.chunk
Class IdListPalette<T>
java.lang.Object
net.minecraft.world.chunk.IdListPalette<T>
- All Implemented Interfaces:
Palette<T>
- Mappings:
Namespace Name official cmt
intermediary net/minecraft/class_2816
named net/minecraft/world/chunk/IdListPalette
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
fromPacket(PacketByteBuf buf)
getByIndex(int index)
int
int
int
void
void
toPacket(PacketByteBuf buf)
-
Field Details
-
idList
- Mappings:
Namespace Name Mixin selector official a
Lcmt;a:Lgq;
intermediary field_12828
Lnet/minecraft/class_2816;field_12828:Lnet/minecraft/class_2361;
named idList
Lnet/minecraft/world/chunk/IdListPalette;idList:Lnet/minecraft/util/collection/IdList;
-
defaultValue
- Mappings:
Namespace Name Mixin selector official b
Lcmt;b:Ljava/lang/Object;
intermediary field_12829
Lnet/minecraft/class_2816;field_12829:Ljava/lang/Object;
named defaultValue
Lnet/minecraft/world/chunk/IdListPalette;defaultValue:Ljava/lang/Object;
-
-
Constructor Details
-
IdListPalette
- Mappings:
Namespace Name Mixin selector official <init>
Lcmt;<init>(Lgq;Ljava/lang/Object;)V
intermediary <init>
Lnet/minecraft/class_2816;<init>(Lnet/minecraft/class_2361;Ljava/lang/Object;)V
named <init>
Lnet/minecraft/world/chunk/IdListPalette;<init>(Lnet/minecraft/util/collection/IdList;Ljava/lang/Object;)V
-
-
Method Details
-
getIndex
-
accepts
- Specified by:
accepts
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official a
Lcnb;a(Ljava/util/function/Predicate;)Z
intermediary method_19525
Lnet/minecraft/class_2837;method_19525(Ljava/util/function/Predicate;)Z
named accepts
Lnet/minecraft/world/chunk/Palette;accepts(Ljava/util/function/Predicate;)Z
-
getByIndex
- Specified by:
getByIndex
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official a
Lcnb;a(I)Ljava/lang/Object;
intermediary method_12288
Lnet/minecraft/class_2837;method_12288(I)Ljava/lang/Object;
named getByIndex
Lnet/minecraft/world/chunk/Palette;getByIndex(I)Ljava/lang/Object;
-
fromPacket
- Specified by:
fromPacket
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official a
Lcnb;a(Log;)V
intermediary method_12289
Lnet/minecraft/class_2837;method_12289(Lnet/minecraft/class_2540;)V
named fromPacket
Lnet/minecraft/world/chunk/Palette;fromPacket(Lnet/minecraft/network/PacketByteBuf;)V
-
toPacket
- Specified by:
toPacket
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official b
Lcnb;b(Log;)V
intermediary method_12287
Lnet/minecraft/class_2837;method_12287(Lnet/minecraft/class_2540;)V
named toPacket
Lnet/minecraft/world/chunk/Palette;toPacket(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketSize
public int getPacketSize()- Specified by:
getPacketSize
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official a
Lcnb;a()I
intermediary method_12290
Lnet/minecraft/class_2837;method_12290()I
named getPacketSize
Lnet/minecraft/world/chunk/Palette;getPacketSize()I
-
getIndexBits
public int getIndexBits()- Specified by:
getIndexBits
in interfacePalette<T>
- Mappings:
Namespace Name Mixin selector official b
Lcnb;b()I
intermediary method_12197
Lnet/minecraft/class_2837;method_12197()I
named getIndexBits
Lnet/minecraft/world/chunk/Palette;getIndexBits()I
-
readNbt
-