Uses of Enum Class
net.minecraft.class_11102
Packages that use class_11102
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11102 in net.minecraft
Fields in net.minecraft declared as class_11102Modifier and TypeFieldDescriptionprivate class_11102class_11114.field_59278private final class_11102class_10967.class_10969.spawnThe field for thespawnrecord component.Fields in net.minecraft with type parameters of type class_11102Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11102> class_11102.field_59102Methods in net.minecraft that return class_11102Modifier and TypeMethodDescriptionclass_11114.method_70213()class_10967.class_10969.spawn()Returns the value of thespawnrecord component.static class_11102Returns the enum constant of this class with the specified name.static class_11102[]class_11102.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_11102Constructors in net.minecraft with parameters of type class_11102ModifierConstructorDescription(package private)class_10969(RegistryKey<DimensionType> registryKey, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102) -
Uses of class_11102 in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as class_11102Modifier and TypeFieldDescriptionprivate final class_11102DimensionOptions.spawnThe field for thespawnrecord component.Methods in net.minecraft.world.dimension that return class_11102Modifier and TypeMethodDescriptionDimensionOptions.spawn()Returns the value of thespawnrecord component.Constructors in net.minecraft.world.dimension with parameters of type class_11102ModifierConstructorDescriptionDimensionOptions(RegistryEntry<DimensionType> registryEntry, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102) DimensionOptions(RegistryEntry<DimensionType> dimensionTypeEntry, Optional<ChunkGenerator> optional, List<class_11109> list, Optional<class_11105> optional2, class_11102 class_11102, MutableObject<ChunkGenerator> mutableObject)