mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
SHUT THE HELL UP
(no more hotloading error)
This commit is contained in:
parent
ecbd5677ce
commit
8951fcdebd
@ -1,10 +1,11 @@
|
|||||||
package com.volmit.iris.engine.object.matter;
|
package com.volmit.iris.engine.object.matter;
|
||||||
|
|
||||||
import com.volmit.iris.engine.IrisEngine;
|
import com.volmit.iris.engine.IrisEngine;
|
||||||
|
import com.volmit.iris.engine.object.annotations.Desc;
|
||||||
import com.volmit.iris.util.function.Function3;
|
import com.volmit.iris.util.function.Function3;
|
||||||
|
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
@Desc("WHERE THINGS PLACE")
|
||||||
public enum IrisMatterPlacementLocation {
|
public enum IrisMatterPlacementLocation {
|
||||||
SURFACE((e, x, z) -> e.getHeight(x, z, true)),
|
SURFACE((e, x, z) -> e.getHeight(x, z, true)),
|
||||||
SURFACE_ON_FLUID((e, x, z) -> e.getHeight(x, z, false)),
|
SURFACE_ON_FLUID((e, x, z) -> e.getHeight(x, z, false)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user