Skip to content

Instantly share code, notes, and snippets.

View kvverti's full-sized avatar

Thalia Nero kvverti

View GitHub Profile
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@kvverti
kvverti / Entities.java
Created June 4, 2016 01:20
Current non-server-friendly workaround
package kvverti.enim.entity;
/* imports... */
/** Utility class for working with Entitys and TileEntitys. */
public final class Entities {
/* methods... */
public static class TickEventHandler {