Class ModdedCommandMetaKeys
java.lang.Object
org.incendo.cloud.minecraft.modded.ModdedCommandMetaKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CloudKey<net.minecraft.commands.Commands.CommandSelection> A meta attribute specifying which environments a command should be registered in. -
Method Summary
-
Field Details
-
REGISTRATION_ENVIRONMENT
public static final CloudKey<net.minecraft.commands.Commands.CommandSelection> REGISTRATION_ENVIRONMENTA meta attribute specifying which environments a command should be registered in.The default value is
Commands.CommandSelection.ALL.
-