/* * Decompiled with CFR 0.152. */ package com.mojang.blaze3d.textures; public enum AddressMode { REPEAT, CLAMP_TO_EDGE; }