Method: Minecraft::Commands#day

Defined in:
lib/minecraft/commands.rb

#dayObject

Note:

ops: op

Changes to day.

Examples:

day()


103
104
105
# File 'lib/minecraft/commands.rb', line 103

def day()
  change_time(:day)
end