/** *
Automatically generated
** Applies the state collection to the given entity *
* @param entity The entity * @param collection The state collection */ public static void applyStateCollection(Entity entity, StateCollection collection){ for(SynchronizedFieldValue syncedValue : collection.getValues()){ switch(syncedValue.getBehaviorTreeId()){ REPLACE_0_ME } } }