Uses of Record Class
net.minecraft.world.timeline.AttributeTrack
Packages that use AttributeTrack
-
Uses of AttributeTrack in net.minecraft.world.timeline
Fields in net.minecraft.world.timeline with type parameters of type AttributeTrackModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap.Builder<EnvironmentAttribute<?>, AttributeTrack<?, ?>> Timeline.Builder.tracksprivate final Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>> Timeline.tracksprivate static final Codec<Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>>> Timeline.TRACKS_CODECMethods in net.minecraft.world.timeline that return types with arguments of type AttributeTrackModifier and TypeMethodDescriptionstatic <Value> Codec<AttributeTrack<Value, ?>> AttributeTrack.createCodec(EnvironmentAttribute<Value> attribute) private static <Value,Argument>
MapCodec<AttributeTrack<Value, Argument>> AttributeTrack.createCodecWithModifier(EnvironmentAttribute<Value> attribute, AttributeModifier<Value, Argument> modifier) static DataResult<AttributeTrack<?, ?>> AttributeTrack.validatePeriod(AttributeTrack<?, ?> track, int periodTicks) Methods in net.minecraft.world.timeline with parameters of type AttributeTrackModifier and TypeMethodDescriptionstatic DataResult<AttributeTrack<?, ?>> AttributeTrack.validatePeriod(AttributeTrack<?, ?> track, int periodTicks) Constructor parameters in net.minecraft.world.timeline with type arguments of type AttributeTrackModifierConstructorDescriptionprivateTimeline(Holder<WorldClock> clock, Optional<Integer> periodTicks, Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>> tracks, Map<ResourceKey<ClockTimeMarker>, Timeline.TimeMarkerInfo> timeMarkers)