Class EntityFluidInteraction.Tracker
java.lang.Object
net.minecraft.world.entity.EntityFluidInteraction.Tracker
- Enclosing class:
EntityFluidInteraction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulateCurrent(Vec3 flow) voidapplyCurrentTo(Entity entity, double scale) voidreset()
-
Field Details
-
height
private double height -
eyesInside
private boolean eyesInside -
accumulatedCurrent
-
currentCount
private int currentCount
-
-
Constructor Details
-
Tracker
private Tracker()
-
-
Method Details
-
reset
public void reset() -
accumulateCurrent
-
applyCurrentTo
-