Class NBTTextComponent

    • Field Detail

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
      • interpreting

        protected final boolean interpreting
      • nbtPathPattern

        protected final java.lang.String nbtPathPattern
    • Constructor Detail

      • NBTTextComponent

        public NBTTextComponent​(java.lang.String p_i50781_1_,
                                boolean p_i50781_2_)
      • NBTTextComponent

        protected NBTTextComponent​(java.lang.String p_i50782_1_,
                                   @Nullable
                                   NBTPathArgument.NBTPath p_i50782_2_,
                                   boolean p_i50782_3_)
    • Method Detail

      • compileNbtPath

        @Nullable
        private static NBTPathArgument.NBTPath compileNbtPath​(java.lang.String p_218672_0_)
      • getData

        protected abstract java.util.stream.Stream<CompoundNBT> getData​(CommandSource p_218673_1_)
                                                                 throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Throws:
        com.mojang.brigadier.exceptions.CommandSyntaxException
      • getNbtPath

        public java.lang.String getNbtPath()
      • isInterpreting

        public boolean isInterpreting()