Uses of Class
net.minecraft.world.timeline.Timeline
Packages that use Timeline
Package
Description
-
Uses of Timeline in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return types with arguments of type TimelineModifier and TypeMethodDescriptionstatic Holder.Reference<Timeline> ResourceArgument.getTimeline(CommandContext<CommandSourceStack> context, String name) -
Uses of Timeline in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type TimelineModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Timeline>> Registries.TIMELINE -
Uses of Timeline in net.minecraft.data.tags
Subclasses with type arguments of type Timeline in net.minecraft.data.tags -
Uses of Timeline in net.minecraft.gametest.framework
Fields in net.minecraft.gametest.framework with type parameters of type TimelineModifier and TypeFieldDescriptionTestEnvironmentDefinition.Timelines.timelinesThe field for thetimelinesrecord component.Methods in net.minecraft.gametest.framework that return types with arguments of type TimelineModifier and TypeMethodDescriptionTestEnvironmentDefinition.Timelines.timelines()Returns the value of thetimelinesrecord component.Constructor parameters in net.minecraft.gametest.framework with type arguments of type Timeline -
Uses of Timeline in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type TimelineModifier and TypeFieldDescriptionTimelineTags.IN_ENDTimelineTags.IN_NETHERTimelineTags.IN_OVERWORLDTimelineTags.UNIVERSALMethods in net.minecraft.tags 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 TypeMethodDescriptionEnvironmentAttributeSystem.Builder.addTimelineLayer(Holder<Timeline> timeline, ClockManager clockManager) private <Value> voidEnvironmentAttributeSystem.Builder.addTimelineLayerForAttribute(Holder<Timeline> timeline, EnvironmentAttribute<Value> attribute, ClockManager clockManager) -
Uses of Timeline in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension with type parameters of type TimelineModifier and TypeFieldDescriptionDimensionType.timelinesThe field for thetimelinesrecord component.Methods in net.minecraft.world.level.dimension that return types with arguments of type TimelineModifier and TypeMethodDescriptionDimensionType.timelines()Returns the value of thetimelinesrecord component.Constructor parameters in net.minecraft.world.level.dimension with type arguments of type TimelineModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.Skybox skybox, CardinalLighting.Type cardinalLightType, EnvironmentAttributeMap attributes, HolderSet<Timeline> timelines, Optional<Holder<WorldClock>> defaultClock) Creates an instance of aDimensionTyperecord class. -
Uses of Timeline in net.minecraft.world.timeline
Fields in net.minecraft.world.timeline with type parameters of type TimelineModifier and TypeFieldDescriptionTimeline.CODECTimeline.DIRECT_CODECstatic final ResourceKey<Timeline> Timelines.EARLY_GAMEstatic final ResourceKey<Timeline> Timelines.MOONTimeline.NETWORK_CODECstatic final ResourceKey<Timeline> Timelines.OVERWORLD_DAYstatic final ResourceKey<Timeline> Timelines.VILLAGER_SCHEDULEMethods in net.minecraft.world.timeline that return TimelineModifier and TypeMethodDescriptionTimeline.Builder.build()private static TimelineTimeline.filterSyncableTracks(Timeline timeline) Methods in net.minecraft.world.timeline that return types with arguments of type TimelineModifier and TypeMethodDescriptionprivate static ResourceKey<Timeline> private static DataResult<Timeline> Timeline.validateInternal(Timeline timeline) Methods in net.minecraft.world.timeline with parameters of type TimelineModifier and TypeMethodDescriptionprivate static TimelineTimeline.filterSyncableTracks(Timeline timeline) private static DataResult<Timeline> Timeline.validateInternal(Timeline timeline) Method parameters in net.minecraft.world.timeline with type arguments of type TimelineModifier and TypeMethodDescriptionstatic voidTimelines.bootstrap(BootstrapContext<Timeline> context) static voidTimeline.validateRegistry(Registry<Timeline> timelines, Map<ResourceKey<?>, Exception> loadingErrors)