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

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

package net.minecraft.server;

public class BlockTransparent extends Block {

  protected boolean R;

  protected BlockTransparent(Material material, boolean flag) {
    super(material);
    this.R = flag;
  }

  public boolean c() {
    return false;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy