Interface EntityNBTComponent

    • Method Detail

      • selector

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

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