Uses of Enum Class
io.github.thebusybiscuit.slimefun4.implementation.items.androids.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
Modifier and TypeMethodDescriptionstatic Instruction
Instruction.getInstruction
(String value) Get a value from the cache map rather than callingEnum.valueOf(Class, String)
.static Instruction
Returns 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.Modifier and TypeMethodDescriptionprotected List<Instruction>
ProgrammableAndroid.getValidScriptInstructions()