Class EnvironmentCommand

java.lang.Object
com.github.thedeathlycow.thermoo.impl.command.EnvironmentCommand

public final class EnvironmentCommand extends Object
Command relating to environment effects

Usage:

thermoo environment checktemperature <args>

thermoo environment printcontroller

thermoo environment temperature <pos> [<unit>] [<scale>]

thermoo environment relativehumidity <pos> [<scale>]

  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack>
    create(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext buildContext, net.minecraft.commands.Commands.CommandSelection selection)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> create(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.CommandBuildContext buildContext, net.minecraft.commands.Commands.CommandSelection selection)