Package net.minecraft.server.function
Interface Procedure<T>
- All Known Implementing Classes:
ExpandedMacro
public interface Procedure<T>
- Mappings:
Namespace Name official hd
intermediary net/minecraft/class_8868
named net/minecraft/server/function/Procedure
-
Method Summary
-
Method Details
-
id
Identifier id()- Mappings:
Namespace Name Mixin selector official a
Lhd;a()Lahg;
intermediary comp_1994
Lnet/minecraft/class_8868;comp_1994()Lnet/minecraft/class_2960;
named id
Lnet/minecraft/server/function/Procedure;id()Lnet/minecraft/util/Identifier;
-
entries
List<SourcedCommandAction<T>> entries()- Mappings:
Namespace Name Mixin selector official b
Lhd;b()Ljava/util/List;
intermediary comp_1995
Lnet/minecraft/class_8868;comp_1995()Ljava/util/List;
named entries
Lnet/minecraft/server/function/Procedure;entries()Ljava/util/List;
-