net.minecraft.world.chunk

public interface ReadableContainer<T>

net.minecraft.world.level.chunk.PalettedContainerRO
net.minecraft.class_7522
net.minecraft.world.chunk.ReadableContainer

Method summary

Modifier and TypeMethod
T
get(int x, int y, int z)
method_12321(int arg0, int arg1, int arg2)
get(int x, int y, int z)
void
getAll(Consumer<T> consumer)
method_39793(Consumer<T> arg0)
forEachValue(Consumer<T> action)
void
write(FriendlyByteBuf buffer)
method_12325(class_2540 arg0)
writePacket(PacketByteBuf buf)
int
getSerializedSize()
method_12327()
getPacketSize()
int
bitsPerEntry()
method_74157()
getElementBits()
boolean
maybeHas(Predicate<T> predicate)
method_19526(Predicate<T> arg0)
hasAny(Predicate<T> predicate)
void
count(PalettedContainer$CountConsumer<T> output)
method_21732(class_2841$class_4464<T> arg0)
count(PalettedContainer$Counter<T> counter)
PalettedContainer<T>
copy()
method_39957()
copy()
PalettedContainer<T>
recreate()
method_44350()
slice()
ReadableContainer$Serialized<T>
pack(Strategy<T> strategy)
method_44345(class_6563<T> arg0)
serialize(PaletteProvider<T> provider)