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 ImmutableMap.Builder<EnvironmentAttribute<?>, AttributeTrack<?, ?>> Timeline.Builder.tracksprivate final Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>> Timeline.tracksprivate static final com.mojang.serialization.Codec<Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>>> Timeline.TRACKS_CODECMethods in net.minecraft.world.timeline that return types with arguments of type AttributeTrackModifier and TypeMethodDescriptionstatic <Value> com.mojang.serialization.Codec<AttributeTrack<Value, ?>> AttributeTrack.createCodec(EnvironmentAttribute<Value> pAttribute) private static <Value,Argument>
com.mojang.serialization.MapCodec<AttributeTrack<Value, Argument>> AttributeTrack.createCodecWithModifier(EnvironmentAttribute<Value> pAttribute, AttributeModifier<Value, Argument> pModifier) static com.mojang.serialization.DataResult<AttributeTrack<?, ?>> AttributeTrack.validatePeriod(AttributeTrack<?, ?> pTrack, int pMax) Methods in net.minecraft.world.timeline with parameters of type AttributeTrackModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<AttributeTrack<?, ?>> AttributeTrack.validatePeriod(AttributeTrack<?, ?> pTrack, int pMax) Constructor parameters in net.minecraft.world.timeline with type arguments of type AttributeTrackModifierConstructorDescription(package private)Timeline(Optional<Integer> pPeriodTicks, Map<EnvironmentAttribute<?>, AttributeTrack<?, ?>> pTracks)