Package net.minecraft

Interface class_7419

All Known Implementing Classes:
BlockNbtText, EntityNbtText, StorageNbtText
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface class_7419
Mappings:
Namespace Name
official ri
intermediary net/minecraft/class_7419
named net/minecraft/class_7419
  • Method Details

    • toNbt

      Stream<NbtCompound> toNbt(ServerCommandSource serverCommandSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official getData Lri;getData(Ldq;)Ljava/util/stream/Stream;
      intermediary method_10916 Lnet/minecraft/class_7419;method_10916(Lnet/minecraft/class_2168;)Ljava/util/stream/Stream;
      named toNbt Lnet/minecraft/class_7419;toNbt(Lnet/minecraft/server/command/ServerCommandSource;)Ljava/util/stream/Stream;