Include a getter for the matrix stack in OverlayEvent (#6834)

This commit is contained in:
Cyborgmas 2020-06-26 09:55:33 -04:00 committed by GitHub
parent fa6ca9c275
commit 438e3886cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ import net.minecraft.client.gui.ClientBossInfo;
@Cancelable
public class RenderGameOverlayEvent extends Event
{
public MatrixStack getMatrixStack()
{
return mStack;
}
public float getPartialTicks()
{
return partialTicks;