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 arg0) 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 componentTypex) final <T extends Component>
TGameEntity.getComponent(ComponentType componentType) final <T extends Component>
TGameEntity.getComponentAny(ComponentType... componentTypes) final booleanGameEntity.hasComponent(ComponentType arg0) final booleanGameEntity.hasComponentAny(ComponentType... componentTypes) final Family.BuilderFamily.Builder.one(ComponentType... componentTypes) static final Family.BuilderFamily.one(ComponentType... componentTypes) static voidGameEntityFactory.RemoveComponentType(GameEntity arg0, ComponentType arg1) static voidGameEntityFactory.TransferComponent(GameEntity arg0, GameEntity arg1, ComponentType arg2) Method parameters in zombie.entity with type arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic voidGameEntityFactory.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 TypeMethodDescriptionbooleanGameEntityScript.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) booleanXuiSkin.EntityUiStyle.isComponentEnabled(ComponentType arg0)