Class WorldProperties

java.lang.Object
net.minecraft.world.WorldProperties

public class WorldProperties extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_7
glue class_104
server ct
client ei
named net/minecraft/world/WorldProperties
  • Field Details

    • seed

      private long seed
      Mappings:
      Namespace Name Mixin selector
      intermediary field_13 Lnet/minecraft/class_7;field_13:J
      glue field_248 Lclass_104;field_248:J
      server a Lct;a:J
      client a Lei;a:J
      named seed Lnet/minecraft/world/WorldProperties;seed:J
    • spawnX

      private int spawnX
      Mappings:
      Namespace Name Mixin selector
      intermediary field_14 Lnet/minecraft/class_7;field_14:I
      glue field_249 Lclass_104;field_249:I
      server b Lct;b:I
      client b Lei;b:I
      named spawnX Lnet/minecraft/world/WorldProperties;spawnX:I
    • spawnY

      private int spawnY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_15 Lnet/minecraft/class_7;field_15:I
      glue field_250 Lclass_104;field_250:I
      server c Lct;c:I
      client c Lei;c:I
      named spawnY Lnet/minecraft/world/WorldProperties;spawnY:I
    • spawnZ

      private int spawnZ
      Mappings:
      Namespace Name Mixin selector
      intermediary field_16 Lnet/minecraft/class_7;field_16:I
      glue field_251 Lclass_104;field_251:I
      server d Lct;d:I
      client d Lei;d:I
      named spawnZ Lnet/minecraft/world/WorldProperties;spawnZ:I
    • time

      private long time
      Mappings:
      Namespace Name Mixin selector
      intermediary field_17 Lnet/minecraft/class_7;field_17:J
      glue field_252 Lclass_104;field_252:J
      server e Lct;e:J
      client e Lei;e:J
      named time Lnet/minecraft/world/WorldProperties;time:J
    • lastPlayed

      private long lastPlayed
      Mappings:
      Namespace Name Mixin selector
      intermediary field_18 Lnet/minecraft/class_7;field_18:J
      glue field_253 Lclass_104;field_253:J
      server f Lct;f:J
      client f Lei;f:J
      named lastPlayed Lnet/minecraft/world/WorldProperties;lastPlayed:J
    • sizeOnDisk

      private long sizeOnDisk
      Mappings:
      Namespace Name Mixin selector
      intermediary field_19 Lnet/minecraft/class_7;field_19:J
      glue field_254 Lclass_104;field_254:J
      server g Lct;g:J
      client g Lei;g:J
      named sizeOnDisk Lnet/minecraft/world/WorldProperties;sizeOnDisk:J
    • playerNbt

      private NbtCompound playerNbt
      Mappings:
      Namespace Name Mixin selector
      intermediary field_20 Lnet/minecraft/class_7;field_20:Lnet/minecraft/class_8;
      glue field_255 Lclass_104;field_255:Lclass_333;
      server h Lct;h:Liq;
      client h Lei;h:Lnu;
      named playerNbt Lnet/minecraft/world/WorldProperties;playerNbt:Lnet/minecraft/nbt/NbtCompound;
    • dimensionId

      private int dimensionId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_21 Lnet/minecraft/class_7;field_21:I
      glue field_256 Lclass_104;field_256:I
      server i Lct;i:I
      client i Lei;i:I
      named dimensionId Lnet/minecraft/world/WorldProperties;dimensionId:I
    • name

      private String name
      Mappings:
      Namespace Name Mixin selector
      intermediary field_22 Lnet/minecraft/class_7;field_22:Ljava/lang/String;
      glue field_257 Lclass_104;field_257:Ljava/lang/String;
      server j Lct;j:Ljava/lang/String;
      client j Lei;j:Ljava/lang/String;
      named name Lnet/minecraft/world/WorldProperties;name:Ljava/lang/String;
    • version

      private int version
      Mappings:
      Namespace Name Mixin selector
      intermediary field_23 Lnet/minecraft/class_7;field_23:I
      glue field_258 Lclass_104;field_258:I
      server k Lct;k:I
      client k Lei;k:I
      named version Lnet/minecraft/world/WorldProperties;version:I
    • raining

      private boolean raining
      Mappings:
      Namespace Name Mixin selector
      intermediary field_24 Lnet/minecraft/class_7;field_24:Z
      glue field_259 Lclass_104;field_259:Z
      server l Lct;l:Z
      client l Lei;l:Z
      named raining Lnet/minecraft/world/WorldProperties;raining:Z
    • rainTime

      private int rainTime
      Mappings:
      Namespace Name Mixin selector
      intermediary field_25 Lnet/minecraft/class_7;field_25:I
      glue field_260 Lclass_104;field_260:I
      server m Lct;m:I
      client m Lei;m:I
      named rainTime Lnet/minecraft/world/WorldProperties;rainTime:I
    • thundering

      private boolean thundering
      Mappings:
      Namespace Name Mixin selector
      intermediary field_26 Lnet/minecraft/class_7;field_26:Z
      glue field_261 Lclass_104;field_261:Z
      server n Lct;n:Z
      client n Lei;n:Z
      named thundering Lnet/minecraft/world/WorldProperties;thundering:Z
    • thunderTime

      private int thunderTime
      Mappings:
      Namespace Name Mixin selector
      intermediary field_27 Lnet/minecraft/class_7;field_27:I
      glue field_262 Lclass_104;field_262:I
      server o Lct;o:I
      client o Lei;o:I
      named thunderTime Lnet/minecraft/world/WorldProperties;thunderTime:I
  • Constructor Details

    • WorldProperties

      public WorldProperties(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_7;<init>(Lnet/minecraft/class_8;)V
      glue <init> Lclass_104;<init>(Lclass_333;)V
      server <init> Lct;<init>(Liq;)V
      client <init> Lei;<init>(Lnu;)V
      named <init> Lnet/minecraft/world/WorldProperties;<init>(Lnet/minecraft/nbt/NbtCompound;)V
    • WorldProperties

      public WorldProperties(long seed, String name)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_7;<init>(JLjava/lang/String;)V
      glue <init> Lclass_104;<init>(JLjava/lang/String;)V
      server <init> Lct;<init>(JLjava/lang/String;)V
      client <init> Lei;<init>(JLjava/lang/String;)V
      named <init> Lnet/minecraft/world/WorldProperties;<init>(JLjava/lang/String;)V
    • WorldProperties

      public WorldProperties(WorldProperties propeties)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_7;<init>(Lnet/minecraft/class_7;)V
      glue <init> Lclass_104;<init>(Lclass_104;)V
      server <init> Lct;<init>(Lct;)V
      client <init> Lei;<init>(Lei;)V
      named <init> Lnet/minecraft/world/WorldProperties;<init>(Lnet/minecraft/world/WorldProperties;)V
  • Method Details

    • asNbt

      public NbtCompound asNbt()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_3 Lnet/minecraft/class_7;method_3()Lnet/minecraft/class_8;
      glue method_308 Lclass_104;method_308()Lclass_333;
      server a Lct;a()Liq;
      client a Lei;a()Lnu;
      named asNbt Lnet/minecraft/world/WorldProperties;asNbt()Lnet/minecraft/nbt/NbtCompound;
    • asNbt

      public NbtCompound asNbt(List players)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_9 Lnet/minecraft/class_7;method_9(Ljava/util/List;)Lnet/minecraft/class_8;
      glue method_314 Lclass_104;method_314(Ljava/util/List;)Lclass_333;
      server a Lct;a(Ljava/util/List;)Liq;
      client a Lei;a(Ljava/util/List;)Lnu;
      named asNbt Lnet/minecraft/world/WorldProperties;asNbt(Ljava/util/List;)Lnet/minecraft/nbt/NbtCompound;
    • updateProperties

      private void updateProperties(NbtCompound nbt, NbtCompound playerNbt)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_7 Lnet/minecraft/class_7;method_7(Lnet/minecraft/class_8;Lnet/minecraft/class_8;)V
      glue method_312 Lclass_104;method_312(Lclass_333;Lclass_333;)V
      server a Lct;a(Liq;Liq;)V
      client a Lei;a(Lnu;Lnu;)V
      named updateProperties Lnet/minecraft/world/WorldProperties;updateProperties(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/nbt/NbtCompound;)V
    • getSeed

      public long getSeed()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_11 Lnet/minecraft/class_7;method_11()J
      glue method_316 Lclass_104;method_316()J
      server b Lct;b()J
      client b Lei;b()J
      named getSeed Lnet/minecraft/world/WorldProperties;getSeed()J
    • getSpawnX

      public int getSpawnX()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_15 Lnet/minecraft/class_7;method_15()I
      glue method_320 Lclass_104;method_320()I
      server c Lct;c()I
      client c Lei;c()I
      named getSpawnX Lnet/minecraft/world/WorldProperties;getSpawnX()I
    • getSpawnY

      public int getSpawnY()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_17 Lnet/minecraft/class_7;method_17()I
      glue method_322 Lclass_104;method_322()I
      server d Lct;d()I
      client d Lei;d()I
      named getSpawnY Lnet/minecraft/world/WorldProperties;getSpawnY()I
    • getSpawnZ

      public int getSpawnZ()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_18 Lnet/minecraft/class_7;method_18()I
      glue method_323 Lclass_104;method_323()I
      server e Lct;e()I
      client e Lei;e()I
      named getSpawnZ Lnet/minecraft/world/WorldProperties;getSpawnZ()I
    • getTime

      public long getTime()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_19 Lnet/minecraft/class_7;method_19()J
      glue method_324 Lclass_104;method_324()J
      server f Lct;f()J
      client f Lei;f()J
      named getTime Lnet/minecraft/world/WorldProperties;getTime()J
    • getSizeOnDisk

      public long getSizeOnDisk()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_20 Lnet/minecraft/class_7;method_20()J
      glue method_325 Lclass_104;method_325()J
      server g Lct;g()J
      client g Lei;g()J
      named getSizeOnDisk Lnet/minecraft/world/WorldProperties;getSizeOnDisk()J
    • getPlayerNbt

      @Environment(CLIENT) public NbtCompound getPlayerNbt()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_31 Lnet/minecraft/class_7;method_31()Lnet/minecraft/class_8;
      glue method_786 Lclass_104;method_786()Lclass_333;
      server method_31 Lct;method_31()Liq;
      client h Lei;h()Lnu;
      named getPlayerNbt Lnet/minecraft/world/WorldProperties;getPlayerNbt()Lnet/minecraft/nbt/NbtCompound;
    • getDimensionId

      public int getDimensionId()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_21 Lnet/minecraft/class_7;method_21()I
      glue method_326 Lclass_104;method_326()I
      server h Lct;h()I
      client i Lei;i()I
      named getDimensionId Lnet/minecraft/world/WorldProperties;getDimensionId()I
    • setSpawnX

      @Environment(CLIENT) public void setSpawnX(int spawnX)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_27 Lnet/minecraft/class_7;method_27(I)V
      glue method_782 Lclass_104;method_782(I)V
      server method_27 Lct;method_27(I)V
      client a Lei;a(I)V
      named setSpawnX Lnet/minecraft/world/WorldProperties;setSpawnX(I)V
    • setSpawnY

      @Environment(CLIENT) public void setSpawnY(int spawnY)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_29 Lnet/minecraft/class_7;method_29(I)V
      glue method_784 Lclass_104;method_784(I)V
      server method_29 Lct;method_29(I)V
      client b Lei;b(I)V
      named setSpawnY Lnet/minecraft/world/WorldProperties;setSpawnY(I)V
    • setSpawnZ

      @Environment(CLIENT) public void setSpawnZ(int spawnZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_30 Lnet/minecraft/class_7;method_30(I)V
      glue method_785 Lclass_104;method_785(I)V
      server method_30 Lct;method_30(I)V
      client c Lei;c(I)V
      named setSpawnZ Lnet/minecraft/world/WorldProperties;setSpawnZ(I)V
    • setTime

      public void setTime(long time)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_6 Lnet/minecraft/class_7;method_6(J)V
      glue method_311 Lclass_104;method_311(J)V
      server a Lct;a(J)V
      client a Lei;a(J)V
      named setTime Lnet/minecraft/world/WorldProperties;setTime(J)V
    • setSizeOnDisk

      public void setSizeOnDisk(long sizeOnDisk)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_13 Lnet/minecraft/class_7;method_13(J)V
      glue method_318 Lclass_104;method_318(J)V
      server b Lct;b(J)V
      client b Lei;b(J)V
      named setSizeOnDisk Lnet/minecraft/world/WorldProperties;setSizeOnDisk(J)V
    • setPlayerNbt

      @Environment(CLIENT) public void setPlayerNbt(NbtCompound playerNbt)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_28 Lnet/minecraft/class_7;method_28(Lnet/minecraft/class_8;)V
      glue method_783 Lclass_104;method_783(Lclass_333;)V
      server method_28 Lct;method_28(Liq;)V
      client a Lei;a(Lnu;)V
      named setPlayerNbt Lnet/minecraft/world/WorldProperties;setPlayerNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • setSpawn

      public void setSpawn(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_5 Lnet/minecraft/class_7;method_5(III)V
      glue method_310 Lclass_104;method_310(III)V
      server a Lct;a(III)V
      client a Lei;a(III)V
      named setSpawn Lnet/minecraft/world/WorldProperties;setSpawn(III)V
    • getName

      @Environment(CLIENT) public String getName()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_32 Lnet/minecraft/class_7;method_32()Ljava/lang/String;
      glue method_787 Lclass_104;method_787()Ljava/lang/String;
      server method_32 Lct;method_32()Ljava/lang/String;
      client j Lei;j()Ljava/lang/String;
      named getName Lnet/minecraft/world/WorldProperties;getName()Ljava/lang/String;
    • setName

      public void setName(String name)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_8 Lnet/minecraft/class_7;method_8(Ljava/lang/String;)V
      glue method_313 Lclass_104;method_313(Ljava/lang/String;)V
      server a Lct;a(Ljava/lang/String;)V
      client a Lei;a(Ljava/lang/String;)V
      named setName Lnet/minecraft/world/WorldProperties;setName(Ljava/lang/String;)V
    • getVersion

      public int getVersion()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_22 Lnet/minecraft/class_7;method_22()I
      glue method_327 Lclass_104;method_327()I
      server i Lct;i()I
      client k Lei;k()I
      named getVersion Lnet/minecraft/world/WorldProperties;getVersion()I
    • setVersion

      public void setVersion(int version)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_4 Lnet/minecraft/class_7;method_4(I)V
      glue method_309 Lclass_104;method_309(I)V
      server a Lct;a(I)V
      client d Lei;d(I)V
      named setVersion Lnet/minecraft/world/WorldProperties;setVersion(I)V
    • setLastPlayed

      @Environment(CLIENT) public long setLastPlayed()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_33 Lnet/minecraft/class_7;method_33()J
      glue method_788 Lclass_104;method_788()J
      server method_33 Lct;method_33()J
      client l Lei;l()J
      named setLastPlayed Lnet/minecraft/world/WorldProperties;setLastPlayed()J
    • getThundering

      public boolean getThundering()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_23 Lnet/minecraft/class_7;method_23()Z
      glue method_328 Lclass_104;method_328()Z
      server j Lct;j()Z
      client m Lei;m()Z
      named getThundering Lnet/minecraft/world/WorldProperties;getThundering()Z
    • setThundering

      public void setThundering(boolean thundering)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_10 Lnet/minecraft/class_7;method_10(Z)V
      glue method_315 Lclass_104;method_315(Z)V
      server a Lct;a(Z)V
      client a Lei;a(Z)V
      named setThundering Lnet/minecraft/world/WorldProperties;setThundering(Z)V
    • getThunderTime

      public int getThunderTime()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_24 Lnet/minecraft/class_7;method_24()I
      glue method_329 Lclass_104;method_329()I
      server k Lct;k()I
      client n Lei;n()I
      named getThunderTime Lnet/minecraft/world/WorldProperties;getThunderTime()I
    • getThunderTime

      public void getThunderTime(int thunderTime)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_12 Lnet/minecraft/class_7;method_12(I)V
      glue method_317 Lclass_104;method_317(I)V
      server b Lct;b(I)V
      client e Lei;e(I)V
      named getThunderTime Lnet/minecraft/world/WorldProperties;getThunderTime(I)V
    • getRaining

      public boolean getRaining()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_25 Lnet/minecraft/class_7;method_25()Z
      glue method_330 Lclass_104;method_330()Z
      server l Lct;l()Z
      client o Lei;o()Z
      named getRaining Lnet/minecraft/world/WorldProperties;getRaining()Z
    • setRaining

      public void setRaining(boolean raining)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_14 Lnet/minecraft/class_7;method_14(Z)V
      glue method_319 Lclass_104;method_319(Z)V
      server b Lct;b(Z)V
      client b Lei;b(Z)V
      named setRaining Lnet/minecraft/world/WorldProperties;setRaining(Z)V
    • getRainTime

      public int getRainTime()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_26 Lnet/minecraft/class_7;method_26()I
      glue method_331 Lclass_104;method_331()I
      server m Lct;m()I
      client p Lei;p()I
      named getRainTime Lnet/minecraft/world/WorldProperties;getRainTime()I
    • setRainTime

      public void setRainTime(int rainTime)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_16 Lnet/minecraft/class_7;method_16(I)V
      glue method_321 Lclass_104;method_321(I)V
      server c Lct;c(I)V
      client f Lei;f(I)V
      named setRainTime Lnet/minecraft/world/WorldProperties;setRainTime(I)V