接口 InfectMushroom


public interface InfectMushroom

菌类成长感染

将菌类的生长后植株感染成你想要的植物,而不是感染替换蘑菇苗

从以下版本开始:
0.1.0
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    generate(net.minecraft.server.world.ServerWorld world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, net.minecraft.util.math.random.Random random, net.minecraft.block.MushroomPlantBlock mushroomPlant)
     
  • 方法详细资料

    • generate

      @SilkApi boolean generate(net.minecraft.server.world.ServerWorld world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, net.minecraft.util.math.random.Random random, net.minecraft.block.MushroomPlantBlock mushroomPlant)