Interface EntityNBTComponent

    • Method Detail

      • selector

        @NotNull
        @NotNull String selector()
        Gets the entity selector.
        Returns:
        the entity selector
        Since:
        4.0.0
      • selector

        @Contract(pure=true)
        @NotNull
        @NotNull EntityNBTComponent selector​(@NotNull
                                             @NotNull String selector)
        Sets the entity selector.
        Parameters:
        selector - the entity selector
        Returns:
        an entity NBT component
        Since:
        4.0.0