If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at
the top of the file.
import crafttweaker . neoforge.api.event.brewing . PlayerBrewedPotionEvent;
PlayerBrewedPotionEvent extends PlayerEvent
.
// PlayerBrewedPotionEvent.entity as Player
myPlayerBrewedPotionEvent . entity
Return Type:
Player
// PlayerBrewedPotionEvent.entity as LivingEntity
myPlayerBrewedPotionEvent . entity
Return Type:
LivingEntity
// PlayerBrewedPotionEvent.entity as Entity
myPlayerBrewedPotionEvent . entity
Return Type:
Entity
// PlayerBrewedPotionEvent.stack as IItemStack
myPlayerBrewedPotionEvent . stack
Return Type:
IItemStack