Fix WorldProvider.getWorldType

This commit is contained in:
copygirl 2016-09-21 13:09:15 +02:00
parent e923c15592
commit 017a3ea5bd
4 changed files with 4 additions and 4 deletions

View File

@ -16,4 +16,4 @@ CLASS none/auf net/minecraft/world/provider/WorldProvider
METHOD m ()Z
METHOD n getLightValues ()[F
METHOD o createWorldBorderHandler ()Lnone/atg;
METHOD p getDimensionType ()Lnone/aug;
METHOD p getWorldType ()Lnone/aug;

View File

@ -3,4 +3,4 @@ CLASS none/aul net/minecraft/world/provider/impl/WorldProviderEnd
METHOD b getFogColor (FF)Lnone/bcv;
METHOD c getChunkGenerator ()Lnone/atj;
METHOD d hasClouds ()Z
METHOD p getDimensionType ()Lnone/aug;
METHOD p getWorldType ()Lnone/aug;

View File

@ -7,4 +7,4 @@ CLASS none/auh net/minecraft/world/provider/impl/WorldProviderNether
METHOD c getChunkGenerator ()Lnone/atj;
METHOD d hasClouds ()Z
METHOD o createWorldBorderHandler ()Lnone/atg;
METHOD p getDimensionType ()Lnone/aug;
METHOD p getWorldType ()Lnone/aug;

View File

@ -1,2 +1,2 @@
CLASS none/aui net/minecraft/world/provider/impl/WorldProviderOverworld
METHOD p getDimensionType ()Lnone/aug;
METHOD p getWorldType ()Lnone/aug;