Uses of Record Class
net.minecraft.class_11101
Packages that use class_11101
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11101 in net.minecraft
Fields in net.minecraft with type parameters of type class_11101Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11101> class_11101.field_59099 -
Uses of class_11101 in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type class_11101 -
Uses of class_11101 in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type class_11101Modifier and TypeFieldDescriptionprivate final Map<RegistryKey<World>, class_11101> LevelProperties.field_59286Methods in net.minecraft.world.level that return types with arguments of type class_11101Constructor parameters in net.minecraft.world.level with type arguments of type class_11101ModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<GameInstance> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, Optional<RegistryEntry<DimensionType>> optional, com.mojang.serialization.Lifecycle lifecycle, List<class_11109> list, List<class_11105> list2, List<class_11105> list3, Object2IntOpenHashMap<class_11105> object2IntOpenHashMap, int int2, int int3, int int4, Map<RegistryKey<World>, class_11101> map)