Uses of Class
ua.mcchickenstudio.opencreative.coding.variables.WorldVariable
Packages that use WorldVariable
-
Uses of WorldVariable in ua.mcchickenstudio.opencreative.coding.variables
Methods in ua.mcchickenstudio.opencreative.coding.variables that return WorldVariableModifier and TypeMethodDescription@Nullable WorldVariableWorldVariables.getVariable(@NotNull String name, VariableLink.VariableType type, @Nullable ActionsHandler handler) Returns instance of world variable by name, type and actions handler.@Nullable WorldVariableWorldVariables.getVariable(@NotNull VariableLink link, @NotNull Action action) Returns instance of world variable by link.Methods in ua.mcchickenstudio.opencreative.coding.variables that return types with arguments of type WorldVariableModifier and TypeMethodDescription@NotNull Set<WorldVariable> WorldVariables.getSet()Returns set of all current variables in world.