Uses of Enum Class
io.github.thebusybiscuit.slimefun4.implementation.items.androids.Instruction
Packages that use Instruction
Package
Description
This package holds implementations of
SlimefunItem
that are related to the ProgrammableAndroid.-
Uses of Instruction in io.github.thebusybiscuit.slimefun4.implementation.items.androids
Fields in io.github.thebusybiscuit.slimefun4.implementation.items.androids declared as InstructionMethods in io.github.thebusybiscuit.slimefun4.implementation.items.androids that return InstructionModifier and TypeMethodDescriptionstatic InstructionInstruction.getInstruction(String value) Get a value from the cache map rather than callingEnum.valueOf(Class, String).static InstructionReturns the enum constant of this class with the specified name.static Instruction[]Instruction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.thebusybiscuit.slimefun4.implementation.items.androids that return types with arguments of type InstructionModifier and TypeMethodDescriptionprotected List<Instruction>ProgrammableAndroid.getValidScriptInstructions()