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

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

package net.minecraft.server;

import java.util.Random;

public class BlockPackedIce extends Block {

  public BlockPackedIce() {
    super(Material.SNOW_LAYER);
    this.frictionFactor = 0.98F;
    this.a(CreativeModeTab.b);
  }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy