Skip to content

peanut-framework / Types/Minecraft/Item/useAnimation / UseAnimation

Type Alias: UseAnimation

ts
type UseAnimation = 
  | "eat"
  | "drink"
  | "bow"
  | "block"
  | "camera"
  | "crossbow"
  | "none"
  | "brush"
  | "spear"
  | "spyglass";

Released under the MIT License.