Uses of Interface
net.minecraft.util.collection.IndexedIterable
Packages that use IndexedIterable
Package
Description
-
Uses of IndexedIterable in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type IndexedIterableModifier and TypeMethodDescriptionstatic <T> PacketCodec<ByteBuf, T> PacketCodecs.entryOf(IndexedIterable<T> iterable) Returns a codec for an entry ofiterable.Method parameters in net.minecraft.network.codec with type arguments of type IndexedIterableModifier and TypeMethodDescriptionprivate static <T,R> PacketCodec <RegistryByteBuf, R> PacketCodecs.registry(RegistryKey<? extends Registry<T>> registry, Function<Registry<T>, IndexedIterable<R>> registryTransformer) -
Uses of IndexedIterable in net.minecraft.registry
Subinterfaces of IndexedIterable in net.minecraft.registryModifier and TypeInterfaceDescriptioninterfaceinterfaceA registry that allows adding or modifying values.interfaceRegistry<T>A registry is used to register various in-game components.Classes in net.minecraft.registry that implement IndexedIterableModifier and TypeClassDescriptionclassAn implementation ofRegistrywith a default ID and value for unknown lookups.classAn implementation of a mutable registry.Methods in net.minecraft.registry that return IndexedIterableModifier and TypeMethodDescriptiondefault IndexedIterable<RegistryEntry<T>> Registry.getIndexedEntries() -
Uses of IndexedIterable in net.minecraft.util.collection
Classes in net.minecraft.util.collection that implement IndexedIterable -
Uses of IndexedIterable in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as IndexedIterableModifier and TypeFieldDescriptionprivate final IndexedIterable<T> IdListPalette.idListprivate final IndexedIterable<T> PaletteProvider.idListMethods in net.minecraft.world.chunk that return IndexedIterableMethods in net.minecraft.world.chunk with parameters of type IndexedIterableModifier and TypeMethodDescriptionstatic <T> PaletteProvider<T> PaletteProvider.forBiomes(IndexedIterable<T> idList) static <T> PaletteProvider<T> PaletteProvider.forBlockStates(IndexedIterable<T> idList) intArrayPalette.getPacketSize(IndexedIterable<T> idList) Returns the serialized size of this palette in a byte buf, in bytes.intBiMapPalette.getPacketSize(IndexedIterable<T> idList) Returns the serialized size of this palette in a byte buf, in bytes.intIdListPalette.getPacketSize(IndexedIterable<T> idList) Returns the serialized size of this palette in a byte buf, in bytes.intPalette.getPacketSize(IndexedIterable<T> idList) Returns the serialized size of this palette in a byte buf, in bytes.intPalettedContainer.Data.getPacketSize(IndexedIterable<T> idList) Returns the size of this data, in bytes, when written to a packet.intSingularPalette.getPacketSize(IndexedIterable<T> idList) Returns the serialized size of this palette in a byte buf, in bytes.voidArrayPalette.readPacket(PacketByteBuf buf, IndexedIterable<T> idList) Initializes this palette from thebuf.voidBiMapPalette.readPacket(PacketByteBuf buf, IndexedIterable<T> idList) Initializes this palette from thebuf.voidIdListPalette.readPacket(PacketByteBuf buf, IndexedIterable<T> idList) Initializes this palette from thebuf.voidPalette.readPacket(PacketByteBuf buf, IndexedIterable<T> idList) Initializes this palette from thebuf.voidSingularPalette.readPacket(PacketByteBuf buf, IndexedIterable<T> idList) Initializes this palette from thebuf.voidArrayPalette.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) Writes this palette to thebuf.voidBiMapPalette.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) Writes this palette to thebuf.voidIdListPalette.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) Writes this palette to thebuf.voidPalette.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) Writes this palette to thebuf.voidPalettedContainer.Data.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) voidSingularPalette.writePacket(PacketByteBuf buf, IndexedIterable<T> idList) Writes this palette to thebuf.Constructors in net.minecraft.world.chunk with parameters of type IndexedIterableModifierConstructorDescriptionIdListPalette(IndexedIterable<T> idList) (package private)PaletteProvider(IndexedIterable<T> idList, int bitsPerAxis)