public class EntityControllers extends Object
Constructor and Description |
---|
EntityControllers() |
Modifier and Type | Method and Description |
---|---|
static boolean |
controllerExistsForType(EntityType type) |
static EntityController |
createForType(EntityType type) |
static void |
setEntityControllerForType(EntityType type,
Class<? extends EntityController> controller) |
public static boolean controllerExistsForType(EntityType type)
public static EntityController createForType(EntityType type)
public static void setEntityControllerForType(EntityType type, Class<? extends EntityController> controller)
Copyright © 2019. All rights reserved.