public class MCPotionType
extends java.lang.Object
implements crafttweaker.api.potions.IPotionType
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.potion.PotionType |
potionType |
| Constructor and Description |
|---|
MCPotionType(net.minecraft.potion.PotionType potionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
net.minecraft.potion.PotionType |
getInternal() |
crafttweaker.api.potions.IPotionEffect[] |
getPotionEffects() |
int |
hashCode() |
public net.minecraft.potion.PotionType getInternal()
getInternal in interface crafttweaker.api.potions.IPotionTypepublic crafttweaker.api.potions.IPotionEffect[] getPotionEffects()
getPotionEffects in interface crafttweaker.api.potions.IPotionTypepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object