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

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

There is a newer version: 2.4.0
Show newest version
package net.minecraft.server;

public class BlockBarrier extends Block {

  protected BlockBarrier() {
    super(Material.BANNER);
    this.x();
    this.b(6000001.0F);
    this.K();
    this.t = true;
  }

  public int b() {
    return -1;
  }

  public boolean c() {
    return false;
  }

  public void dropNaturally(World world, BlockPosition blockposition, IBlockData iblockdata, float f, int i) {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy