Package net.minecraft.command
Interface CommandRegistryAccess.EntryListCreationPolicySettable
- All Superinterfaces:
CommandRegistryAccess
- Enclosing interface:
CommandRegistryAccess
public static interface CommandRegistryAccess.EntryListCreationPolicySettable
extends CommandRegistryAccess
- Mappings:
Namespace Name official di$a
intermediary net/minecraft/class_7157$class_7870
named net/minecraft/command/CommandRegistryAccess$EntryListCreationPolicySettable
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.CommandRegistryAccess
CommandRegistryAccess.EntryListCreationPolicy, CommandRegistryAccess.EntryListCreationPolicySettable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntryListCreationPolicy
(CommandRegistryAccess.EntryListCreationPolicy entryListCreationPolicy) Methods inherited from interface net.minecraft.command.CommandRegistryAccess
createWrapper
-
Method Details
-
setEntryListCreationPolicy
void setEntryListCreationPolicy(CommandRegistryAccess.EntryListCreationPolicy entryListCreationPolicy) - Mappings:
Namespace Name Mixin selector official a
Ldi$a;a(Ldi$b;)V
intermediary method_46724
Lnet/minecraft/class_7157$class_7870;method_46724(Lnet/minecraft/class_7157$class_7158;)V
named setEntryListCreationPolicy
Lnet/minecraft/command/CommandRegistryAccess$EntryListCreationPolicySettable;setEntryListCreationPolicy(Lnet/minecraft/command/CommandRegistryAccess$EntryListCreationPolicy;)V
-