Interface ClientXplatAbstractions


public interface ClientXplatAbstractions
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
     
    static final net.minecraft.resources.ResourceLocation
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable WandHUD
    findWandHud(net.minecraft.world.entity.Entity entity)
     
    @Nullable WandHUD
    findWandHud(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.world.level.block.entity.BlockEntity be)
     
    void
    fireRenderTinyPotato(net.minecraft.world.level.block.entity.BlockEntity potato, net.minecraft.network.chat.Component name, float tickDelta, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
     
    void
    restoreLastFilter(net.minecraft.client.renderer.texture.AbstractTexture texture)
     
    void
    sendToServer(net.minecraft.network.protocol.common.custom.CustomPacketPayload packet)
     
    void
    setFilterSave(net.minecraft.client.renderer.texture.AbstractTexture texture, boolean filter, boolean mipmap)
     
    void
    tessellateBlock(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, com.mojang.blaze3d.vertex.PoseStack ps, net.minecraft.client.renderer.MultiBufferSource buffers, int overlay)
     
    net.minecraft.client.resources.model.BakedModel
    wrapPlatformModel(net.minecraft.client.resources.model.BakedModel original)
     
  • Field Details

    • FLOATING_FLOWER_MODEL_LOADER_ID

      static final net.minecraft.resources.ResourceLocation FLOATING_FLOWER_MODEL_LOADER_ID
    • MANA_GUN_MODEL_LOADER_ID

      static final net.minecraft.resources.ResourceLocation MANA_GUN_MODEL_LOADER_ID
    • INSTANCE

      static final ClientXplatAbstractions INSTANCE
  • Method Details

    • fireRenderTinyPotato

      void fireRenderTinyPotato(net.minecraft.world.level.block.entity.BlockEntity potato, net.minecraft.network.chat.Component name, float tickDelta, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
    • sendToServer

      void sendToServer(net.minecraft.network.protocol.common.custom.CustomPacketPayload packet)
    • findWandHud

      @Nullable @Nullable WandHUD findWandHud(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be)
    • findWandHud

      @Nullable @Nullable WandHUD findWandHud(net.minecraft.world.entity.Entity entity)
    • wrapPlatformModel

      net.minecraft.client.resources.model.BakedModel wrapPlatformModel(net.minecraft.client.resources.model.BakedModel original)
    • setFilterSave

      void setFilterSave(net.minecraft.client.renderer.texture.AbstractTexture texture, boolean filter, boolean mipmap)
    • restoreLastFilter

      void restoreLastFilter(net.minecraft.client.renderer.texture.AbstractTexture texture)
    • tessellateBlock

      void tessellateBlock(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, com.mojang.blaze3d.vertex.PoseStack ps, net.minecraft.client.renderer.MultiBufferSource buffers, int overlay)