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

package com.hypixel.hytale.server.core.universe.world.connectedblocks.builtin;

import javax.annotation.Nullable;

public interface StairLikeConnectedBlockRuleSet
{
    StairConnectedBlockRuleSet.StairType getStairType(final int p0);
    
    @Nullable
    String getMaterialName();
}
