Klasse CommonKeyMappingRegister.KeyMappingLazyEntry

java.lang.Object
info.u_team.u_team_core.impl.common.CommonKeyMappingRegister.KeyMappingLazyEntry
Alle implementierten Schnittstellen:
LazyEntry<net.minecraft.client.KeyMapping>, Supplier<net.minecraft.client.KeyMapping>
Umschließende Klasse:
CommonKeyMappingRegister

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

    • get

      public net.minecraft.client.KeyMapping get()
      Angegeben von:
      get in Schnittstelle Supplier<net.minecraft.client.KeyMapping>
    • isPresent

      public boolean isPresent()
      Angegeben von:
      isPresent in Schnittstelle LazyEntry<net.minecraft.client.KeyMapping>