Uses of Class
net.minecraft.world.attribute.timeline.Timeline
Packages that use Timeline
Package
Description
-
Uses of Timeline in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TimelineModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<Timeline>> RegistryKeys.TIMELINE -
Uses of Timeline in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type TimelineModifier and TypeFieldDescriptionTimelineTags.IN_ENDTimelineTags.IN_NETHERTimelineTags.IN_OVERWORLDTimelineTags.UNIVERSALMethods in net.minecraft.registry.tag that return types with arguments of type Timeline -
Uses of Timeline in net.minecraft.world.attribute
Method parameters in net.minecraft.world.attribute with type arguments of type TimelineModifier and TypeMethodDescriptionWorldEnvironmentAttributeAccess.Builder.addFromTimeline(RegistryEntry<Timeline> attribute, LongSupplier timeSupplier) private <Value> voidWorldEnvironmentAttributeAccess.Builder.addModificationFromTimeline(RegistryEntry<Timeline> timeline, EnvironmentAttribute<Value> attribute, LongSupplier timeSupplier) -
Uses of Timeline in net.minecraft.world.attribute.timeline
Fields in net.minecraft.world.attribute.timeline with type parameters of type TimelineModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Timeline> Timeline.CODECstatic final RegistryKey<Timeline> Timelines.DAYstatic final RegistryKey<Timeline> Timelines.EARLY_GAMEstatic final RegistryKey<Timeline> Timelines.MOONstatic final com.mojang.serialization.Codec<Timeline> Timeline.NETWORK_CODECstatic final com.mojang.serialization.Codec<RegistryEntry<Timeline>> Timeline.REGISTRY_CODECstatic final RegistryKey<Timeline> Timelines.VILLAGER_SCHEDULEMethods in net.minecraft.world.attribute.timeline that return TimelineModifier and TypeMethodDescriptionTimeline.Builder.build()private static TimelineTimeline.retainSyncedAttributes(Timeline timeline) Methods in net.minecraft.world.attribute.timeline that return types with arguments of type TimelineModifier and TypeMethodDescriptionprivate static RegistryKey<Timeline> private static com.mojang.serialization.DataResult<Timeline> Methods in net.minecraft.world.attribute.timeline with parameters of type TimelineModifier and TypeMethodDescriptionprivate static TimelineTimeline.retainSyncedAttributes(Timeline timeline) private static com.mojang.serialization.DataResult<Timeline> Method parameters in net.minecraft.world.attribute.timeline with type arguments of type TimelineModifier and TypeMethodDescriptionstatic voidTimelines.bootstrap(Registerable<Timeline> registry) -
Uses of Timeline in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type TimelineModifier and TypeFieldDescriptionprivate final RegistryEntryList<Timeline> DimensionType.timelinesThe field for thetimelinesrecord component.Methods in net.minecraft.world.dimension that return types with arguments of type TimelineModifier and TypeMethodDescriptionDimensionType.timelines()Returns the value of thetimelinesrecord component.Constructor parameters in net.minecraft.world.dimension with type arguments of type TimelineModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkylight, boolean hasCeiling, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.Skybox skybox, DimensionType.CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, RegistryEntryList<Timeline> timelines)