Package noppes.npcs.api.event
Class PlayerEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.PlayerEvent
- Direct Known Subclasses:
PlayerEvent.AttackEvent
,PlayerEvent.BreakEvent
,PlayerEvent.ChatEvent
,PlayerEvent.ContainerClosed
,PlayerEvent.ContainerOpen
,PlayerEvent.DamagedEntityEvent
,PlayerEvent.DamagedEvent
,PlayerEvent.DiedEvent
,PlayerEvent.FactionUpdateEvent
,PlayerEvent.InitEvent
,PlayerEvent.InteractEvent
,PlayerEvent.KeyPressedEvent
,PlayerEvent.KeyReleasedEvent
,PlayerEvent.KilledEntityEvent
,PlayerEvent.LevelUpEvent
,PlayerEvent.LoginEvent
,PlayerEvent.LogoutEvent
,PlayerEvent.PickUpEvent
,PlayerEvent.PlaySoundEvent
,PlayerEvent.RangedLaunchedEvent
,PlayerEvent.TimerEvent
,PlayerEvent.TossEvent
,PlayerEvent.UpdateEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
attack
Will trigger if you have an item and left click into the air or left click a block or left click an entitystatic class
brokenstatic class
chatstatic class
containerClosedstatic class
containerOpenstatic class
damagedEntitystatic class
damagedstatic class
diedstatic class
factionUpdate
Called when a players faction points changestatic class
initstatic class
interact
Will trigger if you have an item and right click into the air Or right click a block Or right click an entitystatic class
keyPressed
Called when a player presses a button.static class
keyReleased
Called when a player releases a button.static class
killstatic class
levelUp
Called when a players level changesstatic class
loginstatic class
logoutstatic class
pickedUpstatic class
playSoundstatic class
rangedLaunchedstatic class
timerstatic class
tossstatic class
tickNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
FieldsFields inherited from class noppes.npcs.api.event.CustomNPCsEvent
API
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
player
-
-
Constructor Details
-
PlayerEvent
-