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

package com.hypixel.hytale.codec;

public interface WrappedCodec<T>
{
    Codec<T> getChildCodec();
}
