Uses of Enum Class
dev.wyck.wrapper.environment.Activity
Packages that use Activity
-
Uses of Activity in dev.wyck.wrapper.environment
Subclasses with type arguments of type Activity in dev.wyck.wrapper.environmentModifier and TypeClassDescriptionenumThis enum represents the various activities that entities in Minecraft can perform.Classes in dev.wyck.wrapper.environment that implement interfaces with type arguments of type ActivityModifier and TypeClassDescriptionenumThis enum represents the various activities that entities in Minecraft can perform.Fields in dev.wyck.wrapper.environment with type parameters of type ActivityMethods in dev.wyck.wrapper.environment that return ActivityModifier and TypeMethodDescriptionstatic ActivityReturns the enum constant of this class with the specified name.static Activity[]Activity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.environment that return types with arguments of type Activity -
Uses of Activity in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type ActivityModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<Activity> EnvironmentAttributes.BABY_VILLAGER_ACTIVITYControls the default AI activity of baby villagers.static final EnvironmentAttributeSupplier<Activity> EnvironmentAttributes.VILLAGER_ACTIVITYControls the default AI activity of villagers.