Uses of Enum Class
zombie.scripting.objects.ItemBodyLocation
Packages that use ItemBodyLocation
-
Uses of ItemBodyLocation in generation.builders
Methods in generation.builders with parameters of type ItemBodyLocationModifier and TypeMethodDescriptionItemBuilder.bodyLocation
(ItemBodyLocation itemBodyLocation) ContainerItemBuilder.canBeEquipped
(ItemBodyLocation itemBodyLocation) ItemBuilder.canBeEquipped
(ItemBodyLocation itemBodyLocation) -
Uses of ItemBodyLocation in zombie.characters.WornItems
Methods in zombie.characters.WornItems with parameters of type ItemBodyLocationModifier and TypeMethodDescriptionBodyLocationGroup.getOrCreateLocation
(ItemBodyLocation itemBodyLocation) -
Uses of ItemBodyLocation in zombie.scripting.objects
Subclasses with type arguments of type ItemBodyLocation in zombie.scripting.objectsMethods in zombie.scripting.objects that return ItemBodyLocationModifier and TypeMethodDescriptionstatic ItemBodyLocation
Returns the enum constant of this class with the specified name.static ItemBodyLocation[]
ItemBodyLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.