public class MCPlayerCloseContainerEvent
extends java.lang.Object
implements crafttweaker.api.event.PlayerCloseContainerEvent
| Constructor and Description |
|---|
MCPlayerCloseContainerEvent(net.minecraftforge.event.entity.player.PlayerContainerEvent.Close event) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.container.IContainer |
getContainer() |
crafttweaker.api.player.IPlayer |
getPlayer() |
public MCPlayerCloseContainerEvent(net.minecraftforge.event.entity.player.PlayerContainerEvent.Close event)
public crafttweaker.api.container.IContainer getContainer()
getContainer in interface crafttweaker.api.event.PlayerCloseContainerEventpublic crafttweaker.api.player.IPlayer getPlayer()
getPlayer in interface crafttweaker.api.event.IPlayerEvent