Uses of Interface
net.minecraft.class_9142
Packages that use class_9142
-
Uses of class_9142 in net.minecraft
Subinterfaces of class_9142 in net.minecraftClasses in net.minecraft that implement class_9142Methods in net.minecraft with parameters of type class_9142Modifier and TypeMethodDescriptionstatic <B,V> class_9139<B, V> class_9139.method_56437(class_9142<B, V> class_9142, class_9141<B, V> class_9141) -
Uses of class_9142 in net.minecraft.network
Methods in net.minecraft.network with parameters of type class_9142Modifier and TypeMethodDescription<T> voidPacketByteBuf.writeCollection(Collection<T> collection, class_9142<? super PacketByteBuf, T> writer) Writes a collection to this buf.<L,R> void PacketByteBuf.writeEither(com.mojang.datafixers.util.Either<L, R> either, class_9142<? super PacketByteBuf, L> leftWriter, class_9142<? super PacketByteBuf, R> rightWriter) Writes anEitherto this buf.<K,V> void PacketByteBuf.writeMap(Map<K, V> map, class_9142<? super PacketByteBuf, K> keyWriter, class_9142<? super PacketByteBuf, V> valueWriter) Writes a map to this buf.<T> voidPacketByteBuf.writeNullable(T value, class_9142<? super PacketByteBuf, T> writer) Writes a nullable value to this buf.<T> voidPacketByteBuf.writeOptional(Optional<T> value, class_9142<? super PacketByteBuf, T> writer) Writes an optional value to this buf.