Uses of Interface
net.minecraft.network.PacketByteBuf.class_7461
Packages that use PacketByteBuf.class_7461
-
Uses of PacketByteBuf.class_7461 in net.minecraft.entity.data
Methods in net.minecraft.entity.data with parameters of type PacketByteBuf.class_7461Modifier and TypeMethodDescriptionstatic <T> TrackedDataHandler<T>
TrackedDataHandler.of
(PacketByteBuf.class_7462<T> class_7462, PacketByteBuf.class_7461<T> class_7461) static <T> TrackedDataHandler<Optional<T>>
TrackedDataHandler.ofOptional
(PacketByteBuf.class_7462<T> class_7462, PacketByteBuf.class_7461<T> class_7461) -
Uses of PacketByteBuf.class_7461 in net.minecraft.network
Methods in net.minecraft.network that return PacketByteBuf.class_7461Modifier and TypeMethodDescriptiondefault PacketByteBuf.class_7461<Optional<T>>
PacketByteBuf.class_7461.asOptional()
Methods in net.minecraft.network with parameters of type PacketByteBuf.class_7461Modifier and TypeMethodDescription<T> T
PacketByteBuf.method_43827
(PacketByteBuf.class_7461<T> class_7461) <T,
C extends Collection<T>>
CPacketByteBuf.readCollection
(IntFunction<C> collectionFactory, PacketByteBuf.class_7461<T> class_7461) Reads a collection from this buf.<L,
R> com.mojang.datafixers.util.Either<L, R> PacketByteBuf.readEither
(PacketByteBuf.class_7461<L> class_7461, PacketByteBuf.class_7461<R> class_74612) Reads anEither
from this buf.<T> List<T>
PacketByteBuf.readList
(PacketByteBuf.class_7461<T> class_7461) Reads a collection from this buf as an array list.<K,
V, M extends Map<K, V>>
MPacketByteBuf.readMap
(IntFunction<M> mapFactory, PacketByteBuf.class_7461<K> class_7461, PacketByteBuf.class_7461<V> class_74612) Reads a map from this buf.<K,
V> Map<K, V> PacketByteBuf.readMap
(PacketByteBuf.class_7461<K> class_7461, PacketByteBuf.class_7461<V> class_74612) Reads a map from this buf as a hash map.<T> Optional<T>
PacketByteBuf.readOptional
(PacketByteBuf.class_7461<T> class_7461) Reads an optional value from this buf.