Uses of Class
net.minecraft.server.function.Function
Packages that use Function
-
Uses of Function in net.minecraft
Methods in net.minecraft that return types with arguments of type FunctionModifier and TypeMethodDescriptionclass_4308.class_4309.create(com.mojang.brigadier.context.CommandContext<class_3915> commandContext) static Collection<Function>class_4308.method_19693(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) Method parameters in net.minecraft with type arguments of type FunctionModifier and TypeMethodDescriptionprivate static intclass_3317.method_20808(class_3915 class_3915, Collection<Function> collection) -
Uses of Function in net.minecraft.server.function
Fields in net.minecraft.server.function declared as FunctionFields in net.minecraft.server.function with type parameters of type FunctionModifier and TypeFieldDescriptionprivate final TagContainer<Function>FunctionTickable.field_21669FunctionTickable.field_21670private final Map<Identifier,Function> FunctionTickable.functionsMethods in net.minecraft.server.function that return FunctionModifier and TypeMethodDescriptionFunctionTickable.getFunction(Identifier id) Function.FunctionIdentifier.method_14540(FunctionTickable functionTickable) static FunctionFunction.method_17357(Identifier identifier, FunctionTickable functionTickable, List<String> list) private FunctionFunctionTickable.method_20454(Function function, Throwable throwable, Identifier identifier) Methods in net.minecraft.server.function that return types with arguments of type FunctionModifier and TypeMethodDescriptionFunctionTickable.getFunctions()FunctionTickable.method_20463()Methods in net.minecraft.server.function with parameters of type FunctionModifier and TypeMethodDescriptionintFunctionTickable.method_14944(Function function, class_3915 class_3915) private FunctionFunctionTickable.method_20454(Function function, Throwable throwable, Identifier identifier) Constructors in net.minecraft.server.function with parameters of type FunctionModifierConstructorDescriptionFunctionExecutable(Function function) FunctionIdentifier(Function function)