Modifier and Type | Field and Description |
---|---|
private java.util.Map<Potion,MobEffectsPredicate.InstancePredicate> |
MobEffectsPredicate.effects |
Modifier and Type | Method and Description |
---|---|
boolean |
MobEffectsPredicate.test(java.util.Map<Potion,PotionEffect> potions) |
Constructor and Description |
---|
MobEffectsPredicate(java.util.Map<Potion,MobEffectsPredicate.InstancePredicate> effects) |
Modifier and Type | Method and Description |
---|---|
PotionEffect |
EntityPlayerSP.removeActivePotionEffect(Potion potioneffectin) |
Modifier and Type | Field and Description |
---|---|
private Potion |
GuiBeacon.PowerButton.effect |
Constructor and Description |
---|
PowerButton(int buttonId,
int x,
int y,
Potion effectIn,
int tierIn) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Potion,PotionEffect> |
EntityLivingBase.activePotionsMap |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Potion,PotionEffect> |
EntityLivingBase.getActivePotionMap() |
Modifier and Type | Method and Description |
---|---|
PotionEffect |
EntityLivingBase.getActivePotionEffect(Potion potionIn) |
boolean |
EntityLivingBase.isPotionActive(Potion potionIn) |
PotionEffect |
EntityLivingBase.removeActivePotionEffect(Potion potioneffectin) |
void |
EntityLivingBase.removePotionEffect(Potion potionIn) |
Modifier and Type | Field and Description |
---|---|
Potion |
EntitySpider.GroupData.effect |
Modifier and Type | Field and Description |
---|---|
static Potion |
MobEffects.ABSORPTION |
static Potion |
MobEffects.BLINDNESS |
static Potion |
MobEffects.FIRE_RESISTANCE |
static Potion |
MobEffects.GLOWING |
static Potion |
MobEffects.HASTE |
static Potion |
MobEffects.HEALTH_BOOST |
static Potion |
MobEffects.HUNGER |
static Potion |
MobEffects.INSTANT_DAMAGE |
static Potion |
MobEffects.INSTANT_HEALTH |
static Potion |
MobEffects.INVISIBILITY |
static Potion |
MobEffects.JUMP_BOOST |
static Potion |
MobEffects.LEVITATION |
static Potion |
MobEffects.LUCK |
static Potion |
MobEffects.MINING_FATIGUE |
static Potion |
MobEffects.NAUSEA |
static Potion |
MobEffects.NIGHT_VISION |
static Potion |
MobEffects.POISON |
static Potion |
MobEffects.REGENERATION |
static Potion |
MobEffects.RESISTANCE |
static Potion |
MobEffects.SATURATION |
static Potion |
MobEffects.SLOWNESS |
static Potion |
MobEffects.SPEED |
static Potion |
MobEffects.STRENGTH |
static Potion |
MobEffects.UNLUCK |
static Potion |
MobEffects.WATER_BREATHING |
static Potion |
MobEffects.WEAKNESS |
static Potion |
MobEffects.WITHER |
Modifier and Type | Method and Description |
---|---|
private static Potion |
MobEffects.getRegisteredMobEffect(java.lang.String id) |
Modifier and Type | Field and Description |
---|---|
private Potion |
SPacketRemoveEntityEffect.effectId |
Modifier and Type | Method and Description |
---|---|
Potion |
SPacketRemoveEntityEffect.getPotion() |
Constructor and Description |
---|
SPacketRemoveEntityEffect(int entityIdIn,
Potion potionIn) |
Modifier and Type | Class and Description |
---|---|
class |
PotionAbsorption |
class |
PotionAttackDamage |
class |
PotionHealth |
class |
PotionHealthBoost |
Modifier and Type | Field and Description |
---|---|
private Potion |
PotionEffect.potion |
Modifier and Type | Field and Description |
---|---|
static RegistryNamespaced<ResourceLocation,Potion> |
Potion.REGISTRY |
Modifier and Type | Method and Description |
---|---|
Potion |
PotionEffect.getPotion() |
static Potion |
Potion.getPotionById(int potionID) |
static Potion |
Potion.getPotionFromResourceLocation(java.lang.String location) |
private Potion |
PotionEffect.getPotionRaw() |
Potion |
Potion.registerPotionAttributeModifier(IAttribute attribute,
java.lang.String uniqueId,
double ammount,
int operation) |
Potion |
Potion.setBeneficial() |
protected Potion |
Potion.setEffectiveness(double effectivenessIn) |
protected Potion |
Potion.setIconIndex(int p_76399_1_,
int p_76399_2_) |
Potion |
Potion.setPotionName(java.lang.String nameIn) |
Modifier and Type | Method and Description |
---|---|
static int |
Potion.getIdFromPotion(Potion potionIn) |
Constructor and Description |
---|
PotionEffect(Potion potionIn) |
PotionEffect(Potion potionIn,
int durationIn) |
PotionEffect(Potion potionIn,
int durationIn,
int amplifierIn) |
PotionEffect(Potion potionIn,
int durationIn,
int amplifierIn,
boolean ambientIn,
boolean showParticlesIn) |
Modifier and Type | Field and Description |
---|---|
static Potion[][] |
TileEntityBeacon.EFFECTS_LIST |
private Potion |
TileEntityBeacon.primaryEffect |
private Potion |
TileEntityBeacon.secondaryEffect |
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<Potion> |
TileEntityBeacon.VALID_EFFECTS |
Modifier and Type | Method and Description |
---|---|
private static Potion |
TileEntityBeacon.isBeaconEffect(int p_184279_0_) |
Modifier and Type | Field and Description |
---|---|
private Potion |
PotionEvent.PotionRemoveEvent.potion |
Modifier and Type | Method and Description |
---|---|
Potion |
PotionEvent.PotionRemoveEvent.getPotion() |
Constructor and Description |
---|
PotionRemoveEvent(EntityLivingBase living,
Potion potion) |
Modifier and Type | Field and Description |
---|---|
static IForgeRegistry<Potion> |
ForgeRegistries.POTIONS |