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 final class_11102class_10967.class_10969.fThe field for thefrecord component.private class_11102class_11114.field_59278Fields 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_10967.class_10969.f()Returns the value of thefrecord component.class_11114.method_70213()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.gThe field for thegrecord component.Methods in net.minecraft.world.dimension that return class_11102Modifier and TypeMethodDescriptionDimensionOptions.g()Returns the value of thegrecord 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)