Uses of Enum Class
zombie.entity.ComponentType
Packages that use ComponentType
Package
Description
-
Uses of ComponentType in zombie.entity
Subclasses with type arguments of type ComponentType in zombie.entityMethods in zombie.entity that return ComponentTypeModifier and TypeMethodDescriptionstatic ComponentType
static ComponentType
ComponentType.FromId
(short arg0) final ComponentType
Component.getComponentType()
static ComponentType
Returns the enum constant of this class with the specified name.static ComponentType[]
ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity that return types with arguments of type ComponentTypeMethods in zombie.entity with parameters of type ComponentTypeModifier and TypeMethodDescriptionstatic final Family.Builder
Family.all
(ComponentType... componentTypes) final Family.Builder
Family.Builder.all
(ComponentType... componentTypes) final Family.Builder
Family.Builder.exclude
(ComponentType... componentTypes) static final Family.Builder
Family.exclude
(ComponentType... componentTypes) static BitSet
ComponentType.getBitsFor
(ComponentType... componentTypes) final <T extends Component>
TComponent.getComponent
(ComponentType componentTypex) final <T extends Component>
TGameEntity.getComponent
(ComponentType componentType) final <T extends Component>
TGameEntity.getComponentAny
(ComponentType... componentTypes) final boolean
GameEntity.hasComponent
(ComponentType arg0) final boolean
GameEntity.hasComponentAny
(ComponentType... componentTypes) final Family.Builder
Family.Builder.one
(ComponentType... componentTypes) static final Family.Builder
Family.one
(ComponentType... componentTypes) static void
GameEntityFactory.RemoveComponentType
(GameEntity arg0, ComponentType arg1) static void
GameEntityFactory.TransferComponent
(GameEntity arg0, GameEntity arg1, ComponentType arg2) Method parameters in zombie.entity with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic void
GameEntityFactory.RemoveComponentTypes
(GameEntity gameEntity, EnumSet<ComponentType> enumSet) -
Uses of ComponentType in zombie.scripting.entity
Fields in zombie.scripting.entity declared as ComponentTypeMethods in zombie.scripting.entity with parameters of type ComponentTypeModifier and TypeMethodDescriptionboolean
GameEntityScript.containsComponent
(ComponentType arg0) <T extends ComponentScript>
TGameEntityScript.getComponentScriptFor
(ComponentType componentType) -
Uses of ComponentType in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type ComponentType -
Uses of ComponentType in zombie.scripting.ui
Methods in zombie.scripting.ui with parameters of type ComponentTypeModifier and TypeMethodDescriptionXuiSkin.EntityUiStyle.getComponentUiStyle
(ComponentType arg0) XuiSkin.getComponentUiStyle
(String arg0, ComponentType arg1) boolean
XuiSkin.EntityUiStyle.isComponentEnabled
(ComponentType arg0)