Package net.minecraft.world.entity
Class Display.InterpolatorSet
java.lang.Object
net.minecraft.world.entity.Display.InterpolatorSet
- Enclosing class:
- Display
-
Field Summary
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.IntSet
private final List<Display.IntepolatorUpdater>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addEntry
(Set<EntityDataAccessor<?>> p_270337_, Display.IntepolatorUpdater p_276300_) protected <T> void
addEntry
(EntityDataAccessor<T> p_270106_, Display.Interpolator<T> p_270238_) boolean
shouldTriggerUpdate
(int p_270333_) void
updateValues
(float p_276304_, SynchedEntityData p_276273_)
-
Field Details
-
interpolatedData
private final it.unimi.dsi.fastutil.ints.IntSet interpolatedData -
updaters
-
-
Constructor Details
-
InterpolatorSet
InterpolatorSet()
-
-
Method Details
-
addEntry
-
addEntry
-
shouldTriggerUpdate
public boolean shouldTriggerUpdate(int p_270333_) -
updateValues
-