All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.link.MultiFieldMutator Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.link;

import com.artemis.Component;
import com.artemis.World;
import com.artemis.utils.reflect.Field;

/**
 * 

Internal interface. Used for reading/writing entity * fields pointing to multiple entities.

*/ public interface MultiFieldMutator { void validate(int sourceId, T collection, LinkListener listener); T read(C c, Field f); void setWorld(World world); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy