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 short0) 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... componentType) final Family.Builder
Family.Builder.all
(ComponentType... componentType) final Family.Builder
Family.Builder.exclude
(ComponentType... componentType) static final Family.Builder
Family.exclude
(ComponentType... componentType) static BitSet
ComponentType.getBitsFor
(ComponentType... componentType) final <T extends Component>
TComponent.getComponent
(ComponentType componentTypex) final <T extends Component>
TGameEntity.getComponent
(ComponentType componentType) final boolean
GameEntity.hasComponent
(ComponentType componentType) final Family.Builder
Family.Builder.one
(ComponentType... componentType) static final Family.Builder
Family.one
(ComponentType... componentType) static void
GameEntityFactory.RemoveComponentType
(GameEntity gameEntity, ComponentType componentType) static void
GameEntityFactory.TransferComponent
(GameEntity gameEntity0, GameEntity gameEntity1, ComponentType componentType) Method parameters in zombie.entity with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic void
GameEntityFactory.RemoveComponentTypes
(GameEntity gameEntity, EnumSet<ComponentType> enumSet) Constructors in zombie.entity with parameters of type ComponentType -
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 componentType) <T extends ComponentScript>
TGameEntityScript.getComponentScriptFor
(ComponentType componentType) Constructors in zombie.scripting.entity with parameters of type 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 componentType) XuiSkin.getComponentUiStyle
(String string, ComponentType componentType) boolean
XuiSkin.EntityUiStyle.isComponentEnabled
(ComponentType componentType)