This Minecraft tutorial explains how to craft a Splash Potion of Water Breathing (8:00/6:00) with screenshots and step-by-step instructions. In Minecraft, you can brew a Splash Potion of Water Breathing (8:00/6:00) that is extended to last longer than a
|| type == PotionEffectType.FIRE_RESISTANCE || type == PotionEffectType.WATER_BREATHING) {returnnewPotionEffect(type, data.isExtended() ?9600:3600,1); }elseif(type == PotionEffectType.WEAKNESS || type == PotionEffectType.SLOW) {returnnewPotionEffect(type, data.isExtended() ?4800:1800,1...
WATER_BREATHING public static final PotionType WATER_BREATHING INSTANT_HEAL public static final PotionType INSTANT_HEAL INSTANT_DAMAGE public static final PotionType INSTANT_DAMAGE POISON public static final PotionType POISON REGEN public static final PotionType REGEN STRENGTH public static final PotionType...
importnet.minecraft.potion.PotionType;//導入依賴的package包/類protectedvoidhandleAttackLogicUpdate(){PotionTypepotiontype =null;if(this.rand.nextFloat() <0.15F&&this.isInsideOfMaterial(Material.WATER) && !this.isPotionActive(MobEffects.WATER_BREATHING)) { potiontype = PotionTypes.WATER_BREATHING; }...
Before we can make a Potion of Poison, we need a base potion called the Awkward Potion. To make this, put the Blaze Powder in the fuel slot, the Nether Wart in the base ingredient slot, and the Water Bottle in any of the potion slots. ...
This Minecraft tutorial explains how to craft a Lingering Potion of Water Breathing (0:45) with screenshots and step-by-step instructions. In Minecraft, you can brew a Lingering Potion of Water Breathing (0:45). This potion can be thrown to create a clou
type = PotionType.WATER_BREATHING; }elseif(tag.equals("water")){ type = PotionType.WATER; }elseif(tag.equals("weakness") || tag.equals("long_weakness")){ type = PotionType.WEAKNESS; }else{returnchestItem; } Potion potion =newPotion(type); ...
PotionType potiontype =null;if(this.rand.nextFloat() <0.15F&&this.isInsideOfMaterial(Material.WATER) && !this.isPotionActive(MobEffects.WATER_BREATHING)) { potiontype =PotionTypes.WATER_BREATHING; }elseif(this.rand.nextFloat() <0.15F&&this.isBurning() && !this.isPotionActive(MobEffects.FIRE...
This Minecraft tutorial explains how to craft a Splash Potion of Water Breathing (3:00/2:15) with screenshots and step-by-step instructions. In Minecraft, you can brew a Splash Potion of Water Breathing (3:00/2:15) and add it to your inventory.
energyPotionMeta.addCustomEffect(newPotionEffect(PotionEffectType.WATER_BREATHING,20*60,3),true); energyPotion.setItemMeta(energyPotionMeta); Potion po =newPotion((byte)8258); po.apply(energyPotion); world.dropItemNaturally(loc,energyPotion); ...