Search found 4 matches

by rocologo
Fri Jul 03, 2020 8:17 am
Forum: Herobrine Support
Topic: MobType class has been removed
Replies: 2
Views: 6972

Re: MobType class has been removed

Ahhh. Found it at net.theprogrammersworld.herobrine.entity.MobType
by rocologo
Fri Jul 03, 2020 8:07 am
Forum: Herobrine Support
Topic: MobType class has been removed
Replies: 2
Views: 6972

MobType class has been removed

HI, I have made integration years ago to Herobrine from version 1.7.1 and I have been using "net.theprogrammersworld.herobrine.nms.entity.MobType" to detect if the killed entity has Herobrine. It seems that MobType was removed in V2.0.3 so I need your help to find a way to check if a the d...
by rocologo
Wed Aug 30, 2017 7:41 pm
Forum: Herobrine Support
Topic: Herobrine API
Replies: 2
Views: 12354

Re: Herobrine API

I have send you a PM.

/Rocologo
by rocologo
Mon Aug 28, 2017 7:15 pm
Forum: Herobrine Support
Topic: Herobrine API
Replies: 2
Views: 12354

Herobrine API

Hi David I would like to hook into Herobrine so that the player can detect when a player kills one of the three npc's or Herobrine himself. I need two methods to do so: 1) public static boolean isHerobrine(Entity entity) which returns true if the entity is Herobrine or one of your npc's 2) public st...