Ir para conteúdo

Evento de tempo no minecraft


Astaroth

Posts Recomendados

WeatherChangeEvent

@EventHandler
    public void chuvaDaPorra(WeatherChangeEvent ev) {
        if (ev.toWeatherState()) {
            System.out.println("Corre que ta chovendo ber");
        } else {
            System.out.println("Nao ta chovendo");
        }
        
    }

 

Editado por Kees_T
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...