Interface ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT
- Enclosing class:
ALFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbyte
invoke
(MemorySegment p0, int p1) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT lambda)
-
Method Details
-
invoke
@NativeType("ALboolean") byte invoke(@NativeType("ALCcontext") MemorySegment p0, @NativeType("ALuint") int p1) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALISAUXILIARYEFFECTSLOTDIRECT lambda)
-