Package net.minecraft.client.gl
Class GlGpuFence
java.lang.Object
net.minecraft.client.gl.GlGpuFence
- All Implemented Interfaces:
 GpuFence,AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/client/gl/GlGpuFenceintermediary net/minecraft/class_11270official fmf
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
handle
private long handle- Mappings:
 Namespace Name Mixin selector named handleLnet/minecraft/client/gl/GlGpuFence;handle:Jintermediary field_60019Lnet/minecraft/class_11270;field_60019:Jofficial aLfmf;a:J
 
 - 
 - 
Constructor Details
- 
GlGpuFence
public GlGpuFence() 
 - 
 - 
Method Details
- 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceGpuFence
 - 
awaitCompletion
public boolean awaitCompletion(long timeoutNanos) - Specified by:
 awaitCompletionin interfaceGpuFence- Mappings:
 Namespace Name Mixin selector named awaitCompletionLcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Zintermediary awaitCompletionLcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Zofficial awaitCompletionLcom/mojang/blaze3d/buffers/GpuFence;awaitCompletion(J)Z
 
 -