Package net.minecraft.world.chunk
Interface Palette.Factory
public static interface Palette.Factory
An interface for easy creation of palettes.
- Mappings:
Namespace Name named net/minecraft/world/chunk/Palette$Factoryintermediary net/minecraft/class_2837$class_6559official emb$a
-
Method Summary
-
Method Details
-
create
Creates a palette.- Parameters:
bits- the number of bits each entry uses in the storage- Returns:
- the created new palette
- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/world/chunk/Palette$Factory;create(ILjava/util/List;)Lnet/minecraft/world/chunk/Palette;intermediary createLnet/minecraft/class_2837$class_6559;create(ILjava/util/List;)Lnet/minecraft/class_2837;official createLemb$a;create(ILjava/util/List;)Lemb;
-