Flywheel/src/main/java/com/jozufozu/flywheel/vanilla
Jozufozu 0786a3a2c5 Freestyle instances
- Add Effect instancing
   - Allows mods to create visual effects without (block) entities
   - One effect object maps to many AbstractInstances
   - Effect objects are expected to exist in isolation
 - Refactor InstanceManager to be composable about how its instances are stored
   - EffectInstanceManager uses this to provide a one to many topology
   - This is in need of more iteration, and more aspects of InstanceManager should be made composable in the future
2022-07-17 16:01:30 -05:00
..
effect Freestyle instances 2022-07-17 16:01:30 -05:00
BellInstance.java A little of everything 2022-06-19 23:25:44 -07:00
ChestInstance.java Better draw call organization 2022-06-20 12:16:37 -07:00
MinecartInstance.java A little of everything 2022-06-19 23:25:44 -07:00
package-info.java Freestyle instances 2022-07-17 16:01:30 -05:00
ShulkerBoxInstance.java A little of everything 2022-06-19 23:25:44 -07:00
VanillaInstances.java Fix and simplify 2022-05-20 21:14:31 -07:00