JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.minecraft.server.commands
InCommandFunction
Contents
Description
Method Summary
Method Details
apply(T)
Hide sidebar
Show sidebar
Interface InCommandFunction<
T
,
R
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
InCommandFunction<T,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t)
Method Details
apply
R
apply
(
T
t)
throws
com.mojang.brigadier.exceptions.CommandSyntaxException
Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException