Class RandomBlockMatchRuleTest

java.lang.Object
net.minecraft.world.gen.feature.template.RuleTest
net.minecraft.world.gen.feature.template.RandomBlockMatchRuleTest

public class RandomBlockMatchRuleTest extends RuleTest
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RandomBlockMatchRuleTest> CODEC
    • block

      private final Block block
    • probability

      private final float probability
  • Constructor Details

    • RandomBlockMatchRuleTest

      public RandomBlockMatchRuleTest(Block p_i51324_1_, float p_i51324_2_)
  • Method Details