public interface ContainerContext<T extends net.minecraft.inventory.container.Container>
| Modifier and Type | Method and Description |
|---|---|
T |
getContainer() |
ContainerInfo<T> |
getContainerInfo() |
net.minecraft.entity.player.PlayerEntity |
getPlayerEntity() |
default StackAccessor |
getStack(int slotIndex) |
T getContainer()
net.minecraft.entity.player.PlayerEntity getPlayerEntity()
ContainerInfo<T> getContainerInfo()
default StackAccessor getStack(int slotIndex)