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 ComponentTypestatic ComponentTypeComponentType.FromId(short id) final ComponentTypeComponent.getComponentType()static ComponentTypeReturns 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.BuilderFamily.all(ComponentType... componentTypes) final Family.BuilderFamily.Builder.all(ComponentType... componentTypes) final Family.BuilderFamily.Builder.exclude(ComponentType... componentTypes) static final Family.BuilderFamily.exclude(ComponentType... componentTypes) static BitSetComponentType.getBitsFor(ComponentType... componentTypes) final <T extends Component>
TComponent.getComponent(ComponentType type) final <T extends Component>
TGameEntity.getComponent(ComponentType type) final <T extends Component>
TGameEntity.getComponentAny(ComponentType... types) final booleanGameEntity.hasComponent(ComponentType type) final booleanGameEntity.hasComponentAny(ComponentType... types) final Family.BuilderFamily.Builder.one(ComponentType... componentTypes) static final Family.BuilderFamily.one(ComponentType... componentTypes) static voidGameEntityFactory.RemoveComponentType(GameEntity entity, ComponentType componentType) static voidGameEntityFactory.TransferComponent(GameEntity source, GameEntity target, ComponentType componentType) Method parameters in zombie.entity with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic voidGameEntityFactory.RemoveComponentTypes(GameEntity entity, EnumSet<ComponentType> componentTypes) -
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 TypeMethodDescriptionbooleanGameEntityScript.containsComponent(ComponentType componentType) <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 componentType) XuiSkin.getComponentUiStyle(String entityAlias, ComponentType componentType) booleanXuiSkin.EntityUiStyle.isComponentEnabled(ComponentType componentType)