public class ActorAttributes implements IActorAttributes
public static jp.katana.server.actor.attribute.ActorAttributes.Companion Companion
public void setAttribute(@NotNull
IActorAttribute attribute)
@NotNull public IActorAttribute getAttribute(@NotNull java.lang.String name)
public void removeAttribute(@NotNull
java.lang.String name)
@NotNull public java.util.List<jp.katana.core.actor.attribute.IActorAttribute> getAttributes()
public void update()
@NotNull public IActor getActor()
@NotNull public IServer getServer()