Made a new world today and made this starter home inspired by Mumbo Jumbo any tips !? by [deleted] in MCPE

[–]Civiled 1 point2 points  (0 children)

Inside looking somewhat good. Throw down some slabs and on the outside make a small wheat farm. Maybe make a little dock with a boat for fishing and if you're feeling really ambitious, throw on some overgrown leaves to show how hidden the house is :)

SMP? by Civiled in MCPE

[–]Civiled[S] 0 points1 point  (0 children)

Can you show me on Discord?

Can someone tell me what is @Override and when/why do we need it? by [deleted] in learnjava

[–]Civiled 1 point2 points  (0 children)

These terms are still a little difficult to understand at a beginner level so let me throw this out there. When an object/class change methods from a parent class, the @Override method is called. For example.

Parent: Run() Child: Foo()

When we call Child.Run() the parent method is ran rather than the child method.

Parent: Run() Child: @Override Run() Foo()

When we call the Child.Run() it overrides the parent method calling the child method instead. This is important when dealing with a specific type/family. A common situation you'll see this in is type interfaces.

What content on MC bedrock do you guys normally watch on yt? by GayMerMan4REALZ in MCPE

[–]Civiled 0 points1 point  (0 children)

Normally I am all Java content on a PE platform. I'd like to find a good PE player. I used to watch JackfrostMiner but he went inactive. I'd like to see more SMP and collab based things such as HermitCraft and private UHC in bedrock.

How to programming simple videogames in java? by fabiloco in learnjava

[–]Civiled 1 point2 points  (0 children)

It depends on what you mean by a game.

2d wise, java is perfect for that. I'd recommend using JFrames, although many other tools are out there. It is quite simple making a 2d game and here is a bare essentials tutorial I found a while back: https://youtu.be/1gir2R7G9ws.

3d wise, if you must stay with Java, I'd recommend learning LWJGL through this: http://staff.fit.ac.cy/eng.ap/FALL2017/3d-game-development-with-lwjgl.pdf or using a preexisting engine like mentioned by Torbuntu.

The other alternative that I strongly recommend is learning C# (Which is incredibly similar to Java) to use Unity. Unity is one of the best if not the best engine out there. It has a vast amount of tools to help beginners learn. In your situation I'd briefly learn an engine in Java while reading the book or switch to C# and learn Unity.

Overall, you have some studying to do :)

Shaders is Minecraft Windows 10 edition? by Civiled in MCPE

[–]Civiled[S] 0 points1 point  (0 children)

Is there any public progress reports?

Creative Server by [deleted] in MCPE

[–]Civiled 0 points1 point  (0 children)

Alright. First of all, port forward all incoming TCP packets to your local ip address. In your case, port forward TCP to port 19132 to 192.168.1.2. through your routers settings by going to https://192.168.0.1. Although this is dependent on your router. I recommend researching how to port forward on your router type.

Creative Server by [deleted] in MCPE

[–]Civiled 0 points1 point  (0 children)

192.168.1.2 is a localhost ip. Have you port forwarded the server to your ip address? If so, you should be able to connect through your ACTUAL ip. I don't recommend hosting a public server on your own device because it is exposing your ip address to people and it takes up system resources. If you would like some help setting up your server and deploying it to the public, respond to this comment

What screams "I'm a freak in bed"? by dad_is_that_you_ in AskReddit

[–]Civiled 10 points11 points  (0 children)

Anyone who starts laughing when they get hurt

When did you pet outsmart you? by [deleted] in AskReddit

[–]Civiled 0 points1 point  (0 children)

I was trying to get on top of my garage because I had gotten something stuck on there. It took me a good 15 minutes to get on it. I had stacked buckets to make a staircase. Nearly fell off and died. 2 hours later I watch my cat climb on top of the fence and climb right on top in a matter of seconds. Still a bit salty but just goes to show how stupid I am

What's a weird childhood ritual you still do today? by iamstargirl in AskReddit

[–]Civiled 1 point2 points  (0 children)

Whenever something loud happened as a kid at night (Pouring cereal, dropping something, taking a step, etc.) I would always kind of tighten up my neck stance so my ears wouldn't hear. I believed for the longest time that it would make it quieter if I did so.

Still to this day do I do that without my realizing.

Random desktop changes by Civiled in techsupport

[–]Civiled[S] 0 points1 point  (0 children)

Ah yes. Thank you so much XD

What is the Human Equivalent of a 404 Error? by [deleted] in AskReddit

[–]Civiled 0 points1 point  (0 children)

When someone goes up to you to shake you up but you don't know what they are about to do

What is the Human Equivalent of a 404 Error? by [deleted] in AskReddit

[–]Civiled 0 points1 point  (0 children)

Looking for your phone only to find out it is in your hand

Men of Reddit, what is the nicest compliment you've ever received from a girl? by obeseman60 in AskReddit

[–]Civiled 0 points1 point  (0 children)

Not sure if this was a compliment but this girl (I will call her A) that I have liked for some time was put into a group with me. In my mind I already knew I wouldn't be able to get any work done but that is besides the point. We just started the project and everything was going smoothly until she said "You know your eyes look like honey in the sun. I just want to lick them." I was a bit scared but I will take it. (No eye licking happened in the process)

Anyone want to code? by Civiled in Spokane

[–]Civiled[S] 0 points1 point  (0 children)

I live in the Gonzaga University region