
net.minecraft.server.BlockBarrier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
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