Uses of Class
net.minecraft.class_12329
Packages that use class_12329
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12329 in net.minecraft
Fields in net.minecraft with type parameters of type class_12329Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<class_12329>> class_12329.CODECstatic final RegistryKey<class_12329> class_12331.DAYstatic final RegistryKey<class_12329> class_12331.EARLY_GAMEstatic final com.mojang.serialization.Codec<class_12329> class_12329.field_64398static final com.mojang.serialization.Codec<class_12329> class_12329.field_64399static final TagKey<class_12329> class_12300.IN_ENDstatic final TagKey<class_12329> class_12300.IN_NETHERstatic final TagKey<class_12329> class_12300.IN_OVERWORLDstatic final RegistryKey<class_12329> class_12331.MOONstatic final TagKey<class_12329> class_12300.UNIVERSALstatic final RegistryKey<class_12329> class_12331.VILLAGER_SCHEDULEMethods in net.minecraft that return class_12329Modifier and TypeMethodDescriptionprivate static class_12329class_12329.method_76482(class_12329 class_12329) class_12329.class_12330.method_76490()Methods in net.minecraft that return types with arguments of type class_12329Modifier and TypeMethodDescriptionprivate static TagKey<class_12329> class_12300.method_76334(String string) private static com.mojang.serialization.DataResult<class_12329> class_12329.method_76486(class_12329 class_12329) private static RegistryKey<class_12329> class_12331.method_76496(String string) Methods in net.minecraft with parameters of type class_12329Modifier and TypeMethodDescriptionprivate static class_12329class_12329.method_76482(class_12329 class_12329) private static com.mojang.serialization.DataResult<class_12329> class_12329.method_76486(class_12329 class_12329) Method parameters in net.minecraft with type arguments of type class_12329Modifier and TypeMethodDescriptionstatic voidclass_12331.method_76497(Registerable<class_12329> registerable) -
Uses of class_12329 in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_12329Modifier and TypeFieldDescriptionstatic final RegistryKey<Registry<class_12329>> RegistryKeys.TIMELINE -
Uses of class_12329 in net.minecraft.world.attribute
Method parameters in net.minecraft.world.attribute with type arguments of type class_12329Modifier and TypeMethodDescriptionprivate <Value> voidWorldEnvironmentAttributeAccess.class_12314.method_76419(RegistryEntry<class_12329> registryEntry, EnvironmentAttribute<Value> environmentAttribute, LongSupplier longSupplier) WorldEnvironmentAttributeAccess.class_12314.method_76420(RegistryEntry<class_12329> registryEntry, LongSupplier longSupplier) -
Uses of class_12329 in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type class_12329Modifier and TypeFieldDescriptionprivate final RegistryEntryList<class_12329> DimensionType.timelinesThe field for thetimelinesrecord component.Methods in net.minecraft.world.dimension that return types with arguments of type class_12329Modifier and TypeMethodDescriptionDimensionType.timelines()Returns the value of thetimelinesrecord component.Constructor parameters in net.minecraft.world.dimension with type arguments of type class_12329ModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkylight, boolean hasCeiling, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.class_12326 skybox, DimensionType.class_12325 cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<class_12329> timelines)