Interface WorldInterface


public interface WorldInterface
Author:
maartenl
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the attribute with this specific name.
  • Method Details

    • getAttribute

      String getAttribute(String name)
      Returns the attribute with this specific name. Returns null if attribute is not found, or value stored is null.
      Parameters:
      name - the name of the attribute
      Returns:
      the value of the attribute or null if not found