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

com.artemis.link.UniFieldMutator 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 a single entity.

*/ public interface UniFieldMutator { int read(Component c, Field f); void write(int value, Component c, Field f); void setWorld(World world); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy