Accessing functions from Java Generics

Good idea! Just to clarify, I’m making a game with a bunch of entities, and I need grids for class Player and Enemy. I think I’m going to make Player and Enemy extend off class Entity, and have class Grid take in class Entity.