// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.npc.sensorinfo;

public class CachedPositionProvider extends PositionProvider
{
    private boolean fromCache;
    
    public void setIsFromCache(final boolean status) {
        this.fromCache = status;
    }
    
    public boolean isFromCache() {
        return this.fromCache;
    }
}
