Package net.minecraft.server.function
Class CommandFunction.LazyContainer
java.lang.Object
net.minecraft.server.function.CommandFunction.LazyContainer
- Enclosing class:
- CommandFunction
public static class CommandFunction.LazyContainer extends Object
- Mappings:
Namespace Name official cy$a
intermediary net/minecraft/class_2158$class_2159
named net/minecraft/server/function/CommandFunction$LazyContainer
-
Field Summary
Fields Modifier and Type Field Description static CommandFunction.LazyContainer
EMPTY
private Optional<CommandFunction>
function
private Identifier
id
private boolean
initialized
-
Constructor Summary
Constructors Constructor Description LazyContainer(CommandFunction function)
LazyContainer(Identifier id)
-
Method Summary
Modifier and Type Method Description Optional<CommandFunction>
get(CommandFunctionManager manager)
Identifier
getId()
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Lcy$a;a:Lcy$a;
intermediary field_9809
Lnet/minecraft/class_2158$class_2159;field_9809:Lnet/minecraft/class_2158$class_2159;
named EMPTY
Lnet/minecraft/server/function/CommandFunction$LazyContainer;EMPTY:Lnet/minecraft/server/function/CommandFunction$LazyContainer;
-
id
- Mappings:
Namespace Name Mixin selector official b
Lcy$a;b:Lwb;
intermediary field_9807
Lnet/minecraft/class_2158$class_2159;field_9807:Lnet/minecraft/class_2960;
named id
Lnet/minecraft/server/function/CommandFunction$LazyContainer;id:Lnet/minecraft/util/Identifier;
-
initialized
private boolean initialized- Mappings:
Namespace Name Mixin selector official c
Lcy$a;c:Z
intermediary field_9810
Lnet/minecraft/class_2158$class_2159;field_9810:Z
named initialized
Lnet/minecraft/server/function/CommandFunction$LazyContainer;initialized:Z
-
function
- Mappings:
Namespace Name Mixin selector official d
Lcy$a;d:Ljava/util/Optional;
intermediary field_9808
Lnet/minecraft/class_2158$class_2159;field_9808:Ljava/util/Optional;
named function
Lnet/minecraft/server/function/CommandFunction$LazyContainer;function:Ljava/util/Optional;
-
-
Constructor Details
-
LazyContainer
- Mappings:
Namespace Name Mixin selector official <init>
Lcy$a;<init>(Lwb;)V
intermediary <init>
Lnet/minecraft/class_2158$class_2159;<init>(Lnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/server/function/CommandFunction$LazyContainer;<init>(Lnet/minecraft/util/Identifier;)V
-
LazyContainer
- Mappings:
Namespace Name Mixin selector official <init>
Lcy$a;<init>(Lcy;)V
intermediary <init>
Lnet/minecraft/class_2158$class_2159;<init>(Lnet/minecraft/class_2158;)V
named <init>
Lnet/minecraft/server/function/CommandFunction$LazyContainer;<init>(Lnet/minecraft/server/function/CommandFunction;)V
-
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official a
Lcy$a;a(Lwn;)Ljava/util/Optional;
intermediary method_9196
Lnet/minecraft/class_2158$class_2159;method_9196(Lnet/minecraft/class_2991;)Ljava/util/Optional;
named get
Lnet/minecraft/server/function/CommandFunction$LazyContainer;get(Lnet/minecraft/server/function/CommandFunctionManager;)Ljava/util/Optional;
-
getId
- Mappings:
Namespace Name Mixin selector official a
Lcy$a;a()Lwb;
intermediary method_9197
Lnet/minecraft/class_2158$class_2159;method_9197()Lnet/minecraft/class_2960;
named getId
Lnet/minecraft/server/function/CommandFunction$LazyContainer;getId()Lnet/minecraft/util/Identifier;
-