From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../world/biome/BiomeGenBase.FlowerEntry.html | 297 +++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 javadoc/net/minecraft/world/biome/BiomeGenBase.FlowerEntry.html (limited to 'javadoc/net/minecraft/world/biome/BiomeGenBase.FlowerEntry.html') diff --git a/javadoc/net/minecraft/world/biome/BiomeGenBase.FlowerEntry.html b/javadoc/net/minecraft/world/biome/BiomeGenBase.FlowerEntry.html new file mode 100644 index 0000000..068fff7 --- /dev/null +++ b/javadoc/net/minecraft/world/biome/BiomeGenBase.FlowerEntry.html @@ -0,0 +1,297 @@ + + + + + +BiomeGenBase.FlowerEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.world.biome
+

Class BiomeGenBase.FlowerEntry

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    BiomeGenBase
    +
    +
    +
    +
    public static class BiomeGenBase.FlowerEntry
    +extends WeightedRandom.Item
    +
    Weighted random holder class used to hold possible flowers + that can spawn in this biome when bonemeal is used on grass.
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        block

        +
        public final Block block
        +
      • +
      + + + +
        +
      • +

        metadata

        +
        public final int metadata
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BiomeGenBase.FlowerEntry

        +
        public BiomeGenBase.FlowerEntry(Block block,
        +                        int meta,
        +                        int weight)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3