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

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

package net.minecraft.server;

import java.util.Random;

public class BlockGlass extends BlockHalfTransparent {

  public BlockGlass(Material material, boolean flag) {
    super(material, flag);
    this.a(CreativeModeTab.b);
  }

  public int a(Random random) {
    return 0;
  }

  public boolean d() {
    return false;
  }

  protected boolean I() {
    return true;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy