Class WorldProviderHell


  • public class WorldProviderHell
    extends WorldProvider
    + This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
    • Constructor Detail

      • WorldProviderHell

        public WorldProviderHell()
    • Method Detail

      • getFogColor

        public Vec3 getFogColor​(float var1,
                                float var2)
        + Return Vec3D with biome specific fog color
        Overrides:
        getFogColor in class WorldProvider
      • isSurfaceWorld

        public boolean isSurfaceWorld()
        + Returns 'true' if in the "main surface world", but 'false' if in the Nether or End dimensions.
        Overrides:
        isSurfaceWorld in class WorldProvider
      • canCoordinateBeSpawn

        public boolean canCoordinateBeSpawn​(int var1,
                                            int var2)
        + Will check if the x, z position specified is alright to be set as the map spawn point
        Overrides:
        canCoordinateBeSpawn in class WorldProvider
      • calculateCelestialAngle

        public float calculateCelestialAngle​(long var1,
                                             float var3)
        + Calculates the angle of sun and moon in the sky relative to a specified time (usually worldTime)
        Overrides:
        calculateCelestialAngle in class WorldProvider
      • canRespawnHere

        public boolean canRespawnHere()
        + True if the player can respawn in this dimension (true = overworld, false = nether).
        Overrides:
        canRespawnHere in class WorldProvider
      • doesXZShowFog

        public boolean doesXZShowFog​(int var1,
                                     int var2)
        + Returns true if the given X,Z coordinate should show environmental fog.
        Overrides:
        doesXZShowFog in class WorldProvider
      • getDimensionName

        public java.lang.String getDimensionName()
        + Returns the dimension's name, e.g. "The End", "Nether", or "Overworld".
        Specified by:
        getDimensionName in class WorldProvider