Uses of Interface
net.minecraft.class_9141
Packages that use class_9141
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9141 in net.minecraft
Subinterfaces of class_9141 in net.minecraftClasses in net.minecraft that implement class_9141Methods in net.minecraft with parameters of type class_9141Modifier and TypeMethodDescriptionstatic <B,V> class_9139<B, V> class_9139.method_56437(class_9142<B, V> class_9142, class_9141<B, V> class_9141) static <B,V> class_9139<B, V> class_9139.method_56438(class_9143<B, V> class_9143, class_9141<B, V> class_9141) -
Uses of class_9141 in net.minecraft.network
Methods in net.minecraft.network with parameters of type class_9141Modifier and TypeMethodDescription<T,C extends Collection<T>>
CPacketByteBuf.readCollection(IntFunction<C> collectionFactory, class_9141<? super PacketByteBuf, T> reader) Reads a collection from this buf.<L,R> com.mojang.datafixers.util.Either<L, R> PacketByteBuf.readEither(class_9141<? super PacketByteBuf, L> leftReader, class_9141<? super PacketByteBuf, R> rightReader) Reads anEitherfrom this buf.<T> List<T>PacketByteBuf.readList(class_9141<? super PacketByteBuf, T> reader) Reads a collection from this buf as an array list.<K,V, M extends Map<K, V>>
MPacketByteBuf.readMap(IntFunction<M> mapFactory, class_9141<? super PacketByteBuf, K> class_9141, class_9141<? super PacketByteBuf, V> class_91412) Reads a map from this buf.<K,V> Map<K, V> PacketByteBuf.readMap(class_9141<? super PacketByteBuf, K> keyReader, class_9141<? super PacketByteBuf, V> valueReader) Reads a map from this buf as a hash map.<T> TPacketByteBuf.readNullable(class_9141<? super PacketByteBuf, T> reader) Reads a nullable value from this buf.<T> Optional<T>PacketByteBuf.readOptional(class_9141<? super PacketByteBuf, T> reader) Reads an optional value from this buf. -
Uses of class_9141 in net.minecraft.network.packet
Methods in net.minecraft.network.packet with parameters of type class_9141Modifier and TypeMethodDescriptionstatic <B extends ByteBuf,T extends Packet<?>>
class_9139<B,T> Packet.method_56443(class_9143<B, T> class_9143, class_9141<B, T> class_9141) static <B extends ByteBuf,T extends CustomPayload>
class_9139<B,T> CustomPayload.method_56484(class_9143<B, T> class_9143, class_9141<B, T> class_9141)