Interface OMMCommand

All Known Implementing Classes:
ConfigCommand, CustomStructureCommand, SpawnMeteorCommand

public interface OMMCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.commands.CommandSourceStack>
    getNode(net.minecraft.commands.CommandBuildContext registryAccess)
     
  • Method Details

    • getNode

      com.mojang.brigadier.tree.LiteralCommandNode<net.minecraft.commands.CommandSourceStack> getNode(net.minecraft.commands.CommandBuildContext registryAccess)