Uses of Class
net.minecraft.command.Commands.EnvironmentType
-
Packages that use Commands.EnvironmentType Package Description net.minecraft.command net.minecraft.resources net.minecraftforge.event -
-
Uses of Commands.EnvironmentType in net.minecraft.command
Methods in net.minecraft.command that return Commands.EnvironmentType Modifier and Type Method Description static Commands.EnvironmentType
Commands.EnvironmentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Commands.EnvironmentType[]
Commands.EnvironmentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.command with parameters of type Commands.EnvironmentType Constructor Description Commands(Commands.EnvironmentType p_i232148_1_)
-
Uses of Commands.EnvironmentType in net.minecraft.resources
Methods in net.minecraft.resources with parameters of type Commands.EnvironmentType Modifier and Type Method Description static java.util.concurrent.CompletableFuture<DataPackRegistries>
DataPackRegistries. loadResources(java.util.List<IResourcePack> p_240961_0_, Commands.EnvironmentType p_240961_1_, int p_240961_2_, java.util.concurrent.Executor p_240961_3_, java.util.concurrent.Executor p_240961_4_)
Constructors in net.minecraft.resources with parameters of type Commands.EnvironmentType Constructor Description DataPackRegistries(Commands.EnvironmentType p_i232598_1_, int p_i232598_2_)
-
Uses of Commands.EnvironmentType in net.minecraftforge.event
Fields in net.minecraftforge.event declared as Commands.EnvironmentType Modifier and Type Field Description private Commands.EnvironmentType
RegisterCommandsEvent. environment
Methods in net.minecraftforge.event that return Commands.EnvironmentType Modifier and Type Method Description Commands.EnvironmentType
RegisterCommandsEvent. getEnvironment()
Methods in net.minecraftforge.event with parameters of type Commands.EnvironmentType Modifier and Type Method Description static void
ForgeEventFactory. onCommandRegister(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher, Commands.EnvironmentType environment)
Constructors in net.minecraftforge.event with parameters of type Commands.EnvironmentType Constructor Description RegisterCommandsEvent(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher, Commands.EnvironmentType environment)
-