HyCodeYourTale
interfacepublicPriority 3

StairLikeConnectedBlockRuleSet

com.hypixel.hytale.server.core.universe.world.connectedblocks.builtin.StairLikeConnectedBlockRuleSet

0

Methods

0

Public Methods

0

Fields

0

Constructors

Source Code

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

import javax.annotation.Nullable;

public interface StairLikeConnectedBlockRuleSet {
   StairConnectedBlockRuleSet.StairType getStairType(int var1);

   @Nullable
   String getMaterialName();
}