public class GetPodiumBehaviorEvent
extends net.minecraftforge.eventbus.api.Event
Constructor and Description |
---|
GetPodiumBehaviorEvent(IPodium podium,
net.minecraft.item.ItemStack itemStack) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
getItemStack() |
IPodium |
getPodium() |
PodiumBehavior |
getPodiumBehavior() |
void |
setPodiumBehavior(PodiumBehavior podiumBehavior) |
public GetPodiumBehaviorEvent(IPodium podium, @Nonnull net.minecraft.item.ItemStack itemStack)
public IPodium getPodium()
public PodiumBehavior getPodiumBehavior()
public void setPodiumBehavior(PodiumBehavior podiumBehavior)
public net.minecraft.item.ItemStack getItemStack()