Jump to content

#ÖCT

Members
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by #ÖCT

  1. Hey, I Need a Method like an Event for Serverside, the Event should be fired if there is a Block in the World (isn't remote). Is there a way to get a Handler for that and how can I Register him? I'm using now 1.12 Thank you for help!
  2. I wanna to add a custom Craftinggrid, but when I open it I can not move the Stack in other Slots where is the Problem? Thank you for help I`m using now 1.10.2 and I hope it is the true Forum ^^ @diesieben07 Here is my code : Gui : Container: My GUI-Handler:
  3. Can you help me with my problem?
  4. Were should I post the Topic?
  5. Hey, I have a problem... I want to add an Item, who "spawns" a .schematic File in the World I write for that two Handlers: The ObjectHandler: And the SchematicHandler: Here is my Item class: But if I want to instance the Schematic, the game Crashes in the Initialization... Here is the Crash-Report: Can you help me, thank you very much!
  6. Now it works, thank you I had some variables not initzialisated, so the game has crashed...
  7. Ok, I will Post all when I'm home.
  8. How i get the ItemStack.
  9. Ok, I'm aktually not at home, but work this normally like this?
  10. I allready study that, but it doesen't want to work like the GuiIngame:Hotbar.
  11. Hey, I wanna to move the Hotbar at a custom Position, is there a good way? I started with the GameOverlayEvent and I draw first a Texture. This works... Then I wanna to get the Items from the hotbar, I made that like this: But this results with a crash... How can I get the ItemStack and how can I draw it? Thank you for help!
  12. you can change the Resources with the config/splashes or something like this.
  13. @diesieben07 means with the log, the gamelog or the Crashreport. Please Post your Crash Report here. So we can help you to solve the Problem, otherwise your Problem may have tousand reasons...
  14. Hey, I want to draw a Gui Screen like the "Mojang Screen" or the "Forge Inizialzation Screen" (this white Screen with the aimble and the hammer). Is there a way, and how can I do that? With the Initzialization Event or the GUICallEvent? Thank you!
  15. I wanna to add a custom Potion effect in Minecraft 1.8.9, can you say me the easiest way to do that?
  16. yes, I know i cast the Sender to EntityPlayerMP and now it's work!
  17. I searched the Vanilla Code, it works exactly with the connection, but in my code I cast the sender to EntityPlayer and not to EntityPlayerMP
  18. I Need that for an Modpack, First in 1.8.9 and in 1.10.2. Have you got an Idea, why it doesent works?
  19. Hey, I wanna to send a packet in Minecraft 1.10.2, i think it works so: sender_mp.connection.sendPacket(packet); But if I wanna to made that in my code, it doesen`t works... The problem is, that connection, can`t resolved Here is my code:
  20. I figure it out, all works perfectly, thank you very much for your help (or try to help me)!!!
  21. I send all of the instances in the S38PlayerListItem class...
  22. and what does this means?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.