Uses of Interface
net.minecraft.network.PacketByteBuf.class_7462
Packages that use PacketByteBuf.class_7462
-
Uses of PacketByteBuf.class_7462 in net.minecraft.entity.data
Methods in net.minecraft.entity.data with parameters of type PacketByteBuf.class_7462Modifier 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_7462 in net.minecraft.network
Methods in net.minecraft.network that return PacketByteBuf.class_7462Modifier and TypeMethodDescriptiondefault PacketByteBuf.class_7462<Optional<T>>
PacketByteBuf.class_7462.asOptional()
Methods in net.minecraft.network with parameters of type PacketByteBuf.class_7462Modifier and TypeMethodDescription<T> void
PacketByteBuf.method_43826
(T t, PacketByteBuf.class_7462<T> class_7462) <T> void
PacketByteBuf.writeCollection
(Collection<T> collection, PacketByteBuf.class_7462<T> class_7462) Writes a collection to this buf.<L,
R> void PacketByteBuf.writeEither
(com.mojang.datafixers.util.Either<L, R> either, PacketByteBuf.class_7462<L> class_7462, PacketByteBuf.class_7462<R> class_74622) Writes anEither
to this buf.<K,
V> void PacketByteBuf.writeMap
(Map<K, V> map, PacketByteBuf.class_7462<K> class_7462, PacketByteBuf.class_7462<V> class_74622) Writes a map to this buf.<T> void
PacketByteBuf.writeOptional
(Optional<T> value, PacketByteBuf.class_7462<T> class_7462) Writes an optional value to this buf.