All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.BlockDirectional Maven / Gradle / Ivy

package net.minecraft.server;

public abstract class BlockDirectional extends Block {

  public static final BlockStateDirection FACING = BlockStateDirection.of("facing", EnumDirection.EnumDirectionLimit.HORIZONTAL);

  protected BlockDirectional(Material material) {
    super(material);
  }

  protected BlockDirectional(Material material, MaterialMapColor materialmapcolor) {
    super(material, materialmapcolor);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy