Package net.minecraft.server.bossevents
Class CustomBossEvents
java.lang.Object
net.minecraft.server.bossevents.CustomBossEvents
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(ResourceLocation p_136300_, Component p_136301_) get(ResourceLocation p_136298_) getIds()voidload(CompoundTag p_136296_) voidonPlayerConnect(ServerPlayer p_136294_) voidonPlayerDisconnect(ServerPlayer p_136306_) voidremove(CustomBossEvent p_136303_) save() 
- 
Field Details
- 
events
 
 - 
 - 
Constructor Details
- 
CustomBossEvents
public CustomBossEvents() 
 - 
 - 
Method Details
- 
get
 - 
create
 - 
remove
 - 
getIds
 - 
getEvents
 - 
save
 - 
load
 - 
onPlayerConnect
 - 
onPlayerDisconnect
 
 -