Interface Component


@NullMarked public interface Component
Holds data for an Entity that can be acted on via an EcsSystem.
  • Method Details

    • afterDeserialize

      default void afterDeserialize(World world)
      Called after a World has been deserialized via WorldIo.parse(String).
      Parameters:
      world - the World after deserialization