All checks were successful
studiorailgun/highlevel-netcode-gen/pipeline/head This commit looks good
15 lines
414 B
Java
15 lines
414 B
Java
/**
|
|
* <p> Automatically generated </p>
|
|
* <p>
|
|
* Applies the state collection to the given entity
|
|
* </p>
|
|
* @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
|
|
}
|
|
}
|
|
} |