J. (2002). Honesty and intelligence judg- ments of individuals and groups: The effects of entity- related behavior diagnosticity and implicit theories. Social Cognition, 20, 136-169. doi:10.1521/ soco.20.2.136.20993Skowronski, J. J. (2002). Honesty and intelligence judgments of individuals and...
importorg.bukkit.entity.LivingEntity;//导入方法依赖的package包/类privatestaticbooleanhasFireResistance(LivingEntity entity){for(PotionEffect effect : entity.getActivePotionEffects()) {if(PotionEffectType.FIRE_RESISTANCE.equals(effect.getType()))returntrue; }returnfalse; }...
hasVisibleEffect = true; break; } } if (this.mc.player.getActivePotionEffects().isEmpty() || !hasVisibleEffect) { this.guiLeft = (this.width - this.xSize) / 2; this.hasActivePotionEffects = false; } else { if (net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecra...
{ guibeacon$powerbutton1.func_146140_b(true); } } }this.beaconConfirmButton.enabled =this.tileBeacon.getStackInSlot(0) !=null&& j >0; } 示例2: updateScreen ▲点赞 2▼ importnet.minecraft.tileentity.TileEntityBeacon;//导入方法依赖的package包/类publicvoidupdateScreen(){super.updateScreen()...
setAllowFlight(true); } this.player.updateInventory(); } 代码示例来源:origin: BedwarsRel/BedwarsRel public void restore() { if (BedwarsRel.getInstance().getBooleanConfig("save-inventory", true)) { this.player.getInventory().setContents(this.inventory); this.player.getInventory().setArmor...
J. Luna, ‘Thinking Globally, Filling Locally: The Effects of the New Chapter 15 on Business Entity Cross-Border Insolvency Cases’, 19 Florida Journal of International Law (2007) p. 671, at pp. 689–695.Luna, J (2007) Thinking Globally, Filling Locally: The Effects of the New Chapter ...
+ effect.getName(), interval, false, true)) return PowerResult.cd(); if (!getItem().consumeDurability(stack, cost)) return PowerResult.cost(); double health = player.getHealth(); boolean hasEffect = false; for (PotionEffect potionEffect : player.getActivePotionEffects()) { if (potionEf...