Skip to main content

Questions tagged [java]

Java is both a popular object-oriented programming language and runtime environment which allows Java programs to run unchanged on most hardware and software platforms.

1 vote
1 answer
104 views

I was making a 2d top-down game, but when I tested it on two devices (Samsung M31 and Samsung S25) there was a problem with player speed - it was faster on S25 and slower on M31. I tried using some ...
andrew's user avatar
  • 31
0 votes
0 answers
53 views

I am trying to have modded items in the chests of lost cites mod, and there is this problem I am facing, in which a mod called Apocalypse Now automatically injects its mod items into the chests ...
ActionBotYT's user avatar
4 votes
1 answer
703 views

I'm starting to create a roguelike, and stumbled upon SquidSquad, which has an amazing collection of algorithms and other stuff related to roguelikes. However, for some parts, documentation is really ...
user38725's user avatar
  • 214
0 votes
1 answer
42 views

I'm working on a mod for 1.7.10 Forge that needs a complex config for the user to set up, but only the "general" category shows up (from ...
Lum1te's user avatar
  • 21
1 vote
0 answers
48 views

I want to make a gradle multi-project to port a server mod I made for Forge to Paper. The problem I'm facing is that the common project doesn't recognise any ...
magg's user avatar
  • 11
0 votes
0 answers
88 views

I'm currently developing third-party app to existing rpg game which serves useful information about the game. I don't have much experience of game-related development. The game provides api for ...
evol1102's user avatar
0 votes
0 answers
87 views

I was trying to make a 3d renderer in Java and was very confused about how to multiply the camera matrices correctly. So for the camera transformation matrix (T) I need a translation matrix (C) and ...
ThatRandomOctoling's user avatar
0 votes
0 answers
132 views

How would I extend the range of note blocks in Minecraft? I'm using a Fabric mod template for 1.21.1. I only started coding about a week ago, so I barely have any idea what I'm doing; as much ...
symphxnic's user avatar
0 votes
1 answer
85 views

I'm coding a simple Arkanoid/Breakout game and have problems with removing the bricks. I'm able to destroy the body but the texture is still there. I'm a beginner so is there a simple way to remove it ...
K.U's user avatar
  • 1
0 votes
0 answers
65 views

I've been trying to learn libgdx's 3D functionality, because I want to make a turn-based game set on a 3D hexagonally tiled sphere. As a simple starter project, I decided to try to create a simple ...
Jax's user avatar
  • 474
1 vote
0 answers
66 views

For Minecraft, utilizing the Bukkit/Spigot API, I have a LivingEntity Villager that I would like to path, or "walk" to ...
Randall Arms's user avatar
4 votes
1 answer
3k views

I'm developing a 2D game in Java using Java Swing, and I've run into an issue with my player character's attack animation. The player has both movement and attack animations: Movement sprites: 16x16 ...
TheLearner14's user avatar
1 vote
1 answer
73 views

Is there a way of getting embedded objects defined within Tiled's collision editor from TextureMapObjects? It'd be great if I could place texture objects around on an object layer and also include ...
Silas Hayes-Williams's user avatar
1 vote
1 answer
138 views

I would like to preface this by saying I am not a dedicated game developer. I am trying to implement proportional navigation in order to create a missile class that receives the target location every ...
Stephan's user avatar
  • 21
0 votes
0 answers
361 views

I have not used Java in a while and thought I might try LWJGL with OpenGL and GLFW. I am using Apache Maven as a Build System. It lets me compile the program, but when I run it, it says: ...
Doggo4's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
230