Class LivingEntityTickUtil
java.lang.Object
com.github.thedeathlycow.thermoo.impl.LivingEntityTickUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosgetTemperatureTickPos(net.minecraft.world.entity.LivingEntity entity) used to offset effects like being stuck in mudstatic voidtick(net.minecraft.world.entity.LivingEntity entity)
-
Method Details
-
tick
public static void tick(net.minecraft.world.entity.LivingEntity entity) -
getTemperatureTickPos
public static net.minecraft.core.BlockPos getTemperatureTickPos(net.minecraft.world.entity.LivingEntity entity) used to offset effects like being stuck in mud- Returns:
- returns a blockpos shifted up 0.21 blocks from the entity's current position
-