Class CommonKeyMappingRegister.KeyMappingLazyEntry

java.lang.Object
info.u_team.u_team_core.impl.common.CommonKeyMappingRegister.KeyMappingLazyEntry
All Implemented Interfaces:
LazyEntry<net.minecraft.client.KeyMapping>, Supplier<net.minecraft.client.KeyMapping>
Enclosing class:
CommonKeyMappingRegister

public static class CommonKeyMappingRegister.KeyMappingLazyEntry extends Object implements LazyEntry<net.minecraft.client.KeyMapping>
  • Method Details

    • get

      public net.minecraft.client.KeyMapping get()
      Specified by:
      get in interface Supplier<net.minecraft.client.KeyMapping>
    • isPresent

      public boolean isPresent()
      Specified by:
      isPresent in interface LazyEntry<net.minecraft.client.KeyMapping>